import { ChatCompletionNamedToolChoice } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
import { type ChatCompletionNamedToolChoice } from "https://deno.land/x/openai@v4.29.0/resources/mod.ts";
Specifies a tool the model should use. Use to force the model to call a specific function.