Class AIClientElement
Internal use only
Inheritance
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class AIClientElement : ConfigurationElement
Constructors
AIClientElement()
Declaration
public AIClientElement()
Properties
AllowCustomPrompts
Internal use only
Declaration
public bool AllowCustomPrompts { get; set; }
Property Value
System.Boolean
|
AllowRAG
Internal use only
Declaration
public bool AllowRAG { get; set; }
Property Value
System.Boolean
|
ConsentMessage
Internal use only
Declaration
public string ConsentMessage { get; set; }
Property Value
System.String
|
Credential
Internal use only
Declaration
public string Credential { get; set; }
Property Value
System.String
|
Endpoint
Internal use only
Declaration
public string Endpoint { get; set; }
Property Value
System.String
|
FriendlyName
Internal use only
Declaration
public string FriendlyName { get; set; }
Property Value
System.String
|
Model
Internal use only
Declaration
public string Model { get; set; }
Property Value
System.String
|
PredefinedPrompts
Internal use only
Declaration
public AIPromptsCollection PredefinedPrompts { get; }
Property Value
AIPromptsCollection
|
RAGSettings
Gets the Retrieval-Augmented Generation (RAG) settings for the AI client.
Declaration
public RAGSettingsElement RAGSettings { get; }
Property Value
RAGSettingsElement
|
RequireConsent
Internal use only
Declaration
public bool RequireConsent { get; set; }
Property Value
System.Boolean
|
Methods
ToSettings()
Declaration
public Dictionary<string, object> ToSettings()
Returns
System.Collections.Generic.Dictionary<System.String, System.Object>
|