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

interface Logs {
    logs: string;
    type: "logs";
}

Properties

Properties

logs: string

The text output from the Code Interpreter tool call.

type: "logs"

Always logs.