Table of Contents

Class Tool

Namespace
OllamaSharp.Models.Chat
Assembly
OllamaSharp.dll

Represents a tool that the model can use, if supported.

public class Tool
Inheritance
Tool
Derived
Inherited Members

Properties

Function

Gets or sets the function definition associated with this tool.

[JsonPropertyName("function")]
public Function? Function { get; set; }

Property Value

Function