import { type FunctionToolCall } from "https://deno.land/x/openai@v4.24.3/resources/beta/threads/runs/steps.ts";
const { Function } = FunctionToolCall;
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.