ClassEditorAIPromptSettingsBase
Class
Definition
Namespace:Telerik.Blazor.Components.Editor.Settings
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class EditorAIPromptSettingsBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentEditorAIPromptSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
EditorAIPromptSettingsBase()
Declaration
cs-api-definition
public EditorAIPromptSettingsBase()
Properties
SystemPrompt
Sets the system prompt that provides context and instructions to the AI service for all requests. Use this to define the AI's role, behavior, and response style for Editor-related tasks. Example: "You are a professional writing assistant. Help improve text clarity and grammar." The system prompt affects all AI operations and should be carefully crafted for desired output quality. Default value provides general writing assistance instructions.
Declaration
cs-api-definition
[Parameter]
public string SystemPrompt { get; set; }
Property Value