QuickCommandsExecutionRequest: {
    code_selection?: string | null;
    context?: object | null;
    input_data?: string | null;
    qc_execution_id?: string | null;
    slugs_executions?:
        | {
            [key: string]: | string
            | QuickCommandPromptResponse
            | QuickCommandFetchResponseResult;
        }
        | null;
}

Type declaration

  • Optionalcode_selection?: string | null

    This field is deprecated and will be removed in future releases. Use 'input_data' instead.

  • Optionalcontext?: object | null
  • Optionalinput_data?: string | null
  • Optionalqc_execution_id?: string | null
  • Optionalslugs_executions?:
        | {
            [key: string]: | string
            | QuickCommandPromptResponse
            | QuickCommandFetchResponseResult;
        }
        | null