Class ClaudeToolChoice
Anthropic version of OpenAI.ToolChoice.
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class ClaudeToolChoice
Properties
| Edit this page View SourceDisableParallelToolUse
Optional. Whether to disable parallel tool use.
Defaults to false. If set to true, the model will output at most one tool use.
Declaration
[JsonProperty("disable_parallel_tool_use")]
public bool? DisableParallelToolUse { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Type
Required. Available options: auto
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |