Constrains the tools available to the model to a pre-defined set.

interface ChatCompletionAllowedToolChoice {
    allowed_tools: ChatCompletionAllowedTools;
    type: "allowed_tools";
}

Properties

Properties

Constrains the tools available to the model to a pre-defined set.

type: "allowed_tools"

Allowed tool configuration type. Always allowed_tools.