Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/runs/mod.ts>CodeInterpreterToolCall.CodeInterpreter.Logs

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface CodeInterpreterToolCall.CodeInterpreter.Logs
import { type CodeInterpreterToolCall } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/runs/mod.ts";
const { Logs } = CodeInterpreterToolCall.CodeInterpreter;

Text output from the Code Interpreter tool call as part of a run step.

Properties

logs: string

The text output from the Code Interpreter tool call.

type: "logs"

Always logs.