New to Kendo UI for Angular? Start a free 30-day trial
AIPromptCustomMessagesComponent
Represents the custom messages component of the AIPrompt.
Use this component to override default messages for the AIPrompt (see example).
html
<kendo-aiprompt-messages
promptView="My prompt view"
outputView="My output view">
</kendo-aiprompt-messages>
Selector
kendo-aiprompt-messages
Inputs
Name | Type | Default | Description |
---|---|---|---|
copyOutput |
|
Sets the text for the Copy button text in each Output view card. | |
generateOutput |
|
Sets the text for the Generate button in the Prompt view. | |
outputRetryTitle |
|
Sets the title of each retry card in the Output view. | |
outputTitle |
|
Sets the title of each card in the Output view. | |
outputView |
|
Sets the Toolbar button text for the Output view. | |
promptPlaceholder |
|
Sets the placeholder text for the Prompt view text area. | |
promptSuggestions |
|
Sets the title of the Prompt suggestions button. | |
promptView |
|
Sets the Toolbar button text for the Prompt view. | |
retryGeneration |
|
Sets the Retry button text in each Output view card. |