Interface IGenerativeAIPromptCreateJobParameters

Represents the parameters of a prompt job.

interface IGenerativeAIPromptCreateJobParameters {
    options?: IGenerativeAIPromptOptions;
    prompt: string;
    type: Prompt;
}

Hierarchy (view full)

Properties

Properties

The options for the prompt.

prompt: string

The prompt to be processed.

type: Prompt

The prompt job type.