Interface IGenerativeAIRatingCreateJobParameters

Represents the parameters of a rating job.

interface IGenerativeAIRatingCreateJobParameters {
    jobId: string;
    options: IGenerativeAIRatingOptions;
    rating: GenerativeAIRating;
    type: Rating;
}

Hierarchy (view full)

Properties

jobId: string

The job ID associated with the message.

The options for the rating.

The rating of the prompt.

type: Rating

The rating job type.