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,9 +195,16 @@ result.StructuredContent is null &&
/// <param name="progressToken">The token that identifies the operation for which progress is being reported.</param>
152
152
/// <param name="progress">The progress update to send, containing information such as percentage complete or status message.</param>
153
+
/// <param name="options">Optional request options including metadata, serialization settings, and progress tracking.</param>
153
154
/// <param name="cancellationToken">The <see cref="CancellationToken"/> to monitor for cancellation requests. The default is <see cref="CancellationToken.None"/>.</param>
154
155
/// <returns>A task representing the completion of the notification operation (not the operation being tracked).</returns>
155
156
/// <exception cref="ArgumentNullException">The current session instance is <see langword="null"/>.</exception>
0 commit comments