Class AIThreadInfo
Represents an AI conversation thread in the Telerik Reporting service.
Inherited Members
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
public class AIThreadInfo : AIClientInfo
Remarks
This class is used for managing AI-assisted conversation threads within the reporting engine. It stores the unique identifier of an AI thread and a collection of predefined prompts that can be used within the conversation.
Constructors
AIThreadInfo()
Declaration
public AIThreadInfo()
Properties
ThreadId
Gets or sets the unique identifier for the AI conversation thread.
Declaration
public string ThreadId { get; set; }
Property Value
System.String
|
Remarks
This identifier is used to reference the specific thread when making requests to the AI service through the reporting engine.