Skip to main content

AiToolChoice

@lowcode/shared-types


Type Alias: AiToolChoice

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

Defined in: ai.ts:64

Выбор инструмента (tool choice) при использовании function calling.