A tool that can be used by the model to execute code.

interface CodeExecution {
    type: "code_execution";
}

Properties

Properties

type: "code_execution"