• Registers a prompt.

    Type Parameters

    Parameters

    • name: string

      The name of the prompt.

      The decorated property will be injected with the id of the registered prompt.

    • construct: PromptConstructorFunction<DESCRIPTION>

    Returns (<K, T>(target: T, key: K) => void)

      • <K, T>(target: T, key: K): void
      • Type Parameters

        • K extends string | number | symbol

        • T extends Record<K, DESCRIPTION>

        Parameters

        • target: T
        • key: K

        Returns void

Generated using TypeDoc