Class ToolChoiceType
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the tool choice type.
public class ToolChoiceType
- Inheritance
-
ToolChoiceType
- Inherited Members
Fields
Any
Represents the any tool choice type.
public const string Any = "any"
Field Value
Auto
Represents the auto tool choice type.
public const string Auto = "auto"
Field Value
Tool
Represents the specific tool choice type.
public const string Tool = "tool"