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