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

Type declaration

  • arguments: CodeExecutionCallArguments

    The arguments to pass to the code execution.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "code_execution_call"