Table of Contents

Class ClaudeToolChoice

Anthropic version of OpenAI.ToolChoice.

public class ClaudeToolChoice
Inheritance
object
ClaudeToolChoice

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