import { type FunctionToolCallDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/steps.ts";
const { Function } = FunctionToolCallDelta;
The definition of the function that was called.
Properties
The output of the function. This will be null
if the outputs have not been
submitted
yet.