CodeExecutionCallStep: {
    arguments: CodeExecutionCallArguments;
    id: string;
    signature?: string;
    type: "code_execution_call";
}

Code execution call step.

Type declaration

  • arguments: CodeExecutionCallArguments

    The arguments to pass to the code execution.

  • id: string

    Required. A unique ID for this specific tool call.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "code_execution_call"