Class ClaudeToolChoice
Anthropic version of OpenAI.ToolChoice.
public class ClaudeToolChoice
- Inheritance
-
objectClaudeToolChoice
Properties
DisableParallelToolUse
Optional. Whether to disable parallel tool use.
Defaults to false. If set to true, the model will output at most one tool use.
public bool? DisableParallelToolUse { get; set; }
Property Value
- bool?
Type
Required. Available options: auto
public string Type { get; set; }
Property Value
- string