Table of Contents

Class MessageRatingRequest

Namespace
FoundationaLLM.Common.Models.Conversation
Assembly
FoundationaLLM.Common.dll

Contains the request for rating a message.

public class MessageRatingRequest
Inheritance
MessageRatingRequest
Inherited Members
Extension Methods

Properties

Comments

Optional comments associated with the rating.

[JsonPropertyName("comments")]
public string? Comments { get; set; }

Property Value

string

Rating

The rating to assign to the message.

[JsonPropertyName("rating")]
public bool? Rating { get; set; }

Property Value

bool?