import { type AssistantToolChoice } from "https://deno.land/x/openai@v4.52.0/resources/beta/threads/mod.ts";
Specifies a tool the model should use. Use to force the model to call a specific tool.
Properties
The type of the tool. If type is function
, the function name must be set
optional
function: AssistantToolChoiceFunction