1 instantiation of OllamaTool
Microsoft.Extensions.AI.Ollama (1)
OllamaChatClient.cs (1)
474
return
new
()
3 references to OllamaTool
Microsoft.Extensions.AI.Ollama (3)
JsonContext.cs (1)
20
[JsonSerializable(typeof(
OllamaTool
))]
OllamaChatClient.cs (1)
472
private static
OllamaTool
ToOllamaTool(AIFunction function)
OllamaChatRequest.cs (1)
15
public IEnumerable<
OllamaTool
>? Tools { get; set; }