import { FunctionToolCallDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Interfaces
The definition of the function that was called. |
import { type FunctionToolCallDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Properties
The type of tool call. This is always going to be function
for this type of
tool call.
optional
function: FunctionToolCallDelta.FunctionThe definition of the function that was called.