Class SpecificToolChoice
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents the specific tool choice mode.
public class SpecificToolChoice : ToolChoice
- Inheritance
-
SpecificToolChoice
- Inherited Members
Constructors
SpecificToolChoice(string)
Initializes a new instance of the SpecificToolChoice class.
public SpecificToolChoice(string name)
Parameters
name
stringThe name of the tool.
Exceptions
- ArgumentNullException
Thrown when the name is null.
Properties
Name
Gets the name of the tool.
public string Name { get; init; }