Class ToolChoice
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a tool choice mode.
public abstract class ToolChoice
- Inheritance
-
ToolChoice
- Derived
- Inherited Members
Constructors
ToolChoice(string)
Initializes a new instance of the ToolChoice class.
protected ToolChoice(string type)
Parameters
type
stringThe type of the tool choice.
Properties
Type
Gets the type of the tool choice.
public string Type { get; init; }