4 references to OllamaChatResponse
Microsoft.Extensions.AI.Ollama (4)
JsonContext.cs (1)
11
[JsonSerializable(typeof(
OllamaChatResponse
))]
OllamaChatClient.cs (3)
194
private static UsageDetails? ParseOllamaChatResponseUsage(
OllamaChatResponse
response)
209
private static AdditionalPropertiesDictionary? ParseOllamaChatResponseProps(
OllamaChatResponse
response)
221
private static ChatFinishReason? ToFinishReason(
OllamaChatResponse
response) =>