CodeExecutionResultDelta: {
    is_error?: boolean;
    result: string;
    signature?: string;
    type: "code_execution_result";
}

Type declaration

  • Optionalis_error?: boolean
  • result: string
  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "code_execution_result"