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