Skip to main content

ToolChoice

@codebolt/types


Type Alias: ToolChoice

type ToolChoice =
| "auto"
| "none"
| "required"
| {
function: {
name: string;
};
type: "function";
};

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/llm.ts:77

Tool choice options for LLM inference