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
Copy file name to clipboardExpand all lines: src/Chat.cs
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -163,9 +163,10 @@ public IAsyncEnumerable<string> SendAsync(string message, IEnumerable<string>? i
163
163
/// <param name="message">The message to send</param>
164
164
/// <param name="tools">Tools that the model can make use of, see https://ollama.com/blog/tool-support. By using tools, response streaming is automatically turned off</param>
165
165
/// <param name="imagesAsBase64">Base64 encoded images to send to the model</param>
166
+
/// <param name="format">Currently accepts "json" or JsonSchema or null.</param>
166
167
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <param name="message">The message to send</param>
204
205
/// <param name="tools">Tools that the model can make use of, see https://ollama.com/blog/tool-support. By using tools, response streaming is automatically turned off</param>
205
206
/// <param name="imagesAsBase64">Base64 encoded images to send to the model</param>
207
+
/// <param name="format">Currently accepts "json" or JsonSchema or null.</param>
206
208
/// <param name="cancellationToken">The token to cancel the operation with</param>
0 commit comments