Table of Contents

Class AnthropicToolChoice

Anthropic version of ToolChoice.

public class AnthropicToolChoice
Inheritance
object
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.

public bool? DisableParallelToolUse { get; set; }

Property Value

bool?

Type

Required. Available options: auto

public string Type { get; set; }

Property Value

string