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