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
// We want to translate the result content into AIContent, using AIContent as the exchange types, so
134
138
// that downstream IChatClients can specialize handling based on the content (e.g. sending image content
@@ -163,8 +167,8 @@ result.StructuredContent is null &&
163
167
/// value will result in a progress token being included in the call, and any resulting progress notifications during the operation
164
168
/// routed to this instance.
165
169
/// </param>
166
-
/// <param name="serializerOptions">
167
-
/// The JSON serialization options governing argument serialization. If <see langword="null"/>, the default serialization options are used.
170
+
/// <param name="options">
171
+
/// Optional request options including metadata, serialization settings, and progress tracking.
168
172
/// </param>
169
173
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
170
174
/// <returns>
@@ -191,15 +195,14 @@ result.StructuredContent is null &&
0 commit comments