ISPO SDK
    Preparing search index...

    Interface AssistantActionDescriptor

    Markdown
    interface AssistantActionDescriptor {
        confirmation?: AssistantActionConfirmation;
        description?: string;
        id: string;
        inputSchema?: ProjectCommandSchema;
        label: string;
    }
    Index
    description?: string
    id: string

    Stable domain id such as "invoice.create", not a UI selector.

    inputSchema?: ProjectCommandSchema
    label: string