Table of Contents

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

string

Auto

Represents the auto tool choice type.

public const string Auto = "auto"

Field Value

string

Tool

Represents the specific tool choice type.

public const string Tool = "tool"

Field Value

string