@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ManifestShortcutSpec

    interface ManifestShortcutSpec {
        $id?: string;
        description?: string;
        icon?: string;
        name: string;
        prompt: string;
        slug?: string;
        surfaces?: ShortcutSurfaceInput[];
    }
    Index

    Properties

    $id?: string

    Manifest-internal identifier for this shortcut.

    description?: string

    Optional description of what this shortcut does.

    icon?: string

    Icon name from the icon set.

    name: string

    The display name of the shortcut.

    prompt: string

    The AI prompt to execute when the shortcut is triggered.

    slug?: string

    Human-readable URL-safe identifier for this shortcut.

    UI surfaces where this shortcut should appear.