Class AnthropicToolChoice
Anthropic version of ToolChoice.
Inheritance
object
AnthropicToolChoice
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class AnthropicToolChoice
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.
Declaration
public bool? DisableParallelToolUse { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Type
Required. Available options: auto
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |