Class
AIPromptOutputItemModel

Contains information about a response received from the AI model based on a request from the end-user.

Definition

Constructors

AIPromptOutputItemModel()

Declaration

cs-api-definition
public AIPromptOutputItemModel()

Properties

InputText

Gets or sets the input text (the end-user's request) that was sent to the AI model.

Declaration

cs-api-definition
public string InputText { get; set; }

Property Value

string

Rating

Gets or sets the end-user rating for this response.

Declaration

cs-api-definition
public double Rating { get; set; }

Property Value

double

ResponseText

Gets or sets the text response from the AI model.

Declaration

cs-api-definition
public string ResponseText { get; set; }

Property Value

string

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string