5 references to OllamaChatResponse
Microsoft.Extensions.AI.Ollama (5)
JsonContext.cs (1)
13[JsonSerializable(typeof(OllamaChatResponse))]
OllamaChatClient.cs (4)
117await foreach (OllamaChatResponse? chunk in JsonSerializer.DeserializeAsyncEnumerable( 166private static UsageDetails? ParseOllamaChatResponseUsage(OllamaChatResponse response) 181private static AdditionalPropertiesDictionary? ParseOllamaChatResponseProps(OllamaChatResponse response) 193private static ChatFinishReason? ToFinishReason(OllamaChatResponse response) =>