Specifies the origin of the request to the AI model.
Definition
Namespace:Telerik.Reporting.Services.Engine
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum AIRequestInfo.AIRequestOrigin
Fields
Indicates that the request is sent from a client application, such as the report viewer.
C#
Client = 0
Indicates that the request is part of the internal RAG (Retrieval-Augmented Generation) processing pipeline.
C#
RAG = 1