Class
GridAIRequestContentDescriptor

Represents a content item in a chat message.

Definition

Namespace:Telerik.AI.SmartComponents.Extensions

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridAIRequestContentDescriptor

Inheritance: objectGridAIRequestContentDescriptor

Constructors

GridAIRequestContentDescriptor()

Declaration

cs-api-definition
public GridAIRequestContentDescriptor()

Properties

Text

Gets or sets the text content.

Declaration

cs-api-definition
[JsonPropertyName("text")]
public string Text { get; set; }

Property Value

string

Type

Gets or sets the type of the content (e.g., text).

Declaration

cs-api-definition
[JsonPropertyName("$type")]
public string Type { get; set; }

Property Value

string