import { type RunnableFunctionWithoutParse } from "https://deno.land/x/openai@v4.21.0/resources/beta/chat/completions.ts";
definition: { function: (args: string, runner: ChatCompletionRunner | ChatCompletionStreamingRunner) => PromiseOrValue<unknown>; parameters: JSONSchema; description: string; name?: string | undefined; }