Definition
Namespace:Telerik.Blazor.Components.Editor.Settings
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class EditorAIPromptSettingsBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentEditorAIPromptSettingsBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public EditorAIPromptSettingsBase()
Properties
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.
C#
[Parameter]
public string SystemPrompt { get; set; }