Class
GridAIRequestDescriptor

Provides information about the columns in a grid for AI processing.

Definition

Namespace:Telerik.AI.SmartComponents.Extensions

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class GridAIRequestDescriptor

Inheritance: objectGridAIRequestDescriptor

Constructors

GridAIRequestDescriptor()

Declaration

cs-api-definition
public GridAIRequestDescriptor()

Properties

Columns

Gets or sets the list of columns in the grid.

Declaration

cs-api-definition
[JsonPropertyName("columns")]
public List<GridAIColumnDescriptor> Columns { get; set; }

Property Value

List<GridAIColumnDescriptor>

Contents

Gets or sets the list of content items in the message.

Declaration

cs-api-definition
[JsonPropertyName("contents")]
public List<GridAIRequestContentDescriptor> Contents { get; set; }

Property Value

List<GridAIRequestContentDescriptor>

Role

Gets or sets the role of the message sender (user, system, assistant, tool).

Declaration

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

Property Value

string