The output of a code interpreter tool call that is text.

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

Properties

Properties

logs: string

The logs of the code interpreter tool call.

type: "logs"

The type of the code interpreter text output. Always logs.