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

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

Definition

Namespace:Telerik.AI.SmartComponents.Extensions

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class GridAIRequestDescriptor

Inheritance: objectGridAIRequestDescriptor

Constructors

C#
public GridAIRequestDescriptor()

Properties

Gets or sets the list of columns in the grid.

C#
[JsonPropertyName("columns")]
public List<GridAIColumnDescriptor> Columns { get; set; }

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

C#
[JsonPropertyName("contents")]
public List<GridAIRequestContentDescriptor> Contents { get; set; }

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

C#
[JsonPropertyName("role")]
public string Role { get; set; }