import { type ChatCompletionFunctionCallOption } from "https://deno.land/x/openai@v4.53.2/resources/chat/completions.ts";
Specifying a particular function via {"name": "my_function"}
forces the model
to call that function.
x/openai/resources/chat/completions.ts>ChatCompletionFunctionCallOption
import { type ChatCompletionFunctionCallOption } from "https://deno.land/x/openai@v4.53.2/resources/chat/completions.ts";
Specifying a particular function via {"name": "my_function"}
forces the model
to call that function.