import { CodeInterpreterToolCall } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Interfaces
The Code Interpreter tool call definition. | |
Text output from the Code Interpreter tool call as part of a run step. |
import { type CodeInterpreterToolCall } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/runs/mod.ts";
Details of the Code Interpreter tool call the run step was involved in.
Properties
code_interpreter: CodeInterpreterToolCall.CodeInterpreter
The Code Interpreter tool call definition.