New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

C#
public AIPromptOutputItemModel()

Properties

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

C#
public string InputText { get; set; }

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

C#
public double Rating { get; set; }

Gets or sets the text response from the AI model.

C#
public string ResponseText { get; set; }

Gets or sets the title.

C#
public string Title { get; set; }