Class
AIThreadInfo

Represents an AI conversation thread in the Telerik Reporting service.

Definition

Namespace:Telerik.Reporting.Services.Engine

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class AIThreadInfo : AIClientInfo

Inheritance: objectAIClientInfoAIThreadInfo

Inherited Members AIClientInfo.PredefinedPromptsAIClientInfo.RequireConsentAIClientInfo.ConsentMessageAIClientInfo.AllowCustomPromptsAIClientInfo.AllowRag

Constructors

AIThreadInfo()

Declaration

cs-api-definition
public AIThreadInfo()

Properties

ThreadId

Gets or sets the unique identifier for the AI conversation thread.

Declaration

cs-api-definition
public string ThreadId { get; set; }

Property Value

string

Remarks

This identifier is used to reference the specific thread when making requests to the AI service through the reporting engine.