import { type ToolCallDeltaObject } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Details of the tool call.
Properties
optional
tool_calls: Array<ToolCallDelta>An array of tool calls the run step was involved in. These can be associated
with one of three types of tools: code_interpreter
, file_search
, or
function
.