interface ApiPromptsGetParams {
    label?: null | string;
    promptName: string;
    version?: null | number;
}

Properties

label?: null | string

Label of the prompt to be retrieved. Defaults to "production" if no label or version is set.

promptName: string

The name of the prompt

version?: null | number

Version of the prompt to be retrieved.