You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Update a conversation's metadata with the given ID.
179
+
/// Update a conversation
180
180
/// </summary>
181
181
/// <param name="conversationId">
182
182
/// Example: conv_123
183
183
/// </param>
184
184
/// <param name="metadata">
185
-
/// Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.<br/>
186
-
/// Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
185
+
/// Set of 16 key-value pairs that can be attached to an object. This can be<br/>
186
+
/// useful for storing additional information about the object in a structured<br/>
187
+
/// format, and querying for objects via API or the dashboard.<br/>
188
+
/// Keys are strings with a maximum length of 64 characters. Values are strings<br/>
189
+
/// with a maximum length of 512 characters.
187
190
/// </param>
188
191
/// <param name="cancellationToken">The token to cancel the operation with</param>
Copy file name to clipboardExpand all lines: src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateConversation.g.cs
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ public partial interface IConversationsClient
6
6
{
7
7
/// <summary>
8
8
/// Update a conversation<br/>
9
-
/// Update a conversation's metadata with the given ID.
9
+
/// Update a conversation
10
10
/// </summary>
11
11
/// <param name="conversationId">
12
12
/// Example: conv_123
@@ -21,20 +21,23 @@ public partial interface IConversationsClient
21
21
22
22
/// <summary>
23
23
/// Update a conversation<br/>
24
-
/// Update a conversation's metadata with the given ID.
24
+
/// Update a conversation
25
25
/// </summary>
26
26
/// <param name="conversationId">
27
27
/// Example: conv_123
28
28
/// </param>
29
29
/// <param name="metadata">
30
-
/// Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.<br/>
31
-
/// Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.
30
+
/// Set of 16 key-value pairs that can be attached to an object. This can be<br/>
31
+
/// useful for storing additional information about the object in a structured<br/>
32
+
/// format, and querying for objects via API or the dashboard.<br/>
33
+
/// Keys are strings with a maximum length of 64 characters. Values are strings<br/>
34
+
/// with a maximum length of 512 characters.
32
35
/// </param>
33
36
/// <param name="cancellationToken">The token to cancel the operation with</param>
0 commit comments