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