import { CodeInterpreterToolCallDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/steps.ts";
Interfaces
The Code Interpreter tool call definition. |
import { type CodeInterpreterToolCallDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/steps.ts";
Details of the Code Interpreter tool call the run step was involved in.
Properties
The type of tool call. This is always going to be code_interpreter
for this
type of tool call.
optional
code_interpreter: CodeInterpreterToolCallDelta.CodeInterpreterThe Code Interpreter tool call definition.