AIAssistantPromptRequestArgs
16 Dec 20251 minute to read
Properties
cancel boolean
Specifies whether the prompt request should be cancelled.
Determines if the prompt request should be stopped, giving control over whether the prompt processing continues or is aborted.
html string
The current selection in the editor, represented as HTML.
This includes formatting tags and other HTML elements.
prompt string
Specifies the text of the prompt request.
promptSuggestions string[]
Specifies the list of prompt suggestions.
Represents an array of suggested prompts that can assist the user.
responseToolbarItems ToolbarItemModel[]
Specifies the toolbar items for the output view in the AI Assistant.
Represents the collection of toolbar items that are displayed alongside the output view, allowing for additional interactions.
text string
The current selection in the editor, represented as plain text.
This excludes any HTML formatting or markup.