QuickCommandStepLlmResponse: {
    agent_built_in?: boolean | null;
    agent_data?: AgentDefinitionResponse | null;
    agent_id?: string | null;
    knowledge_source_slugs?: string[] | null;
    prompt: string;
    slug: string;
    type: QuickCommandStepType;
    use_project_files?: boolean;
    use_stack?: boolean;
}

Type declaration

  • Optionalagent_built_in?: boolean | null
  • Optionalagent_data?: AgentDefinitionResponse | null
  • Optionalagent_id?: string | null
  • Optionalknowledge_source_slugs?: string[] | null
  • prompt: string
  • slug: string
  • type: QuickCommandStepType
  • Optionaluse_project_files?: boolean
  • Optionaluse_stack?: boolean