The logs output from the code interpreter.

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

Properties

Properties

logs: string

The logs output from the code interpreter.

type: "logs"

The type of the output. Always 'logs'.