name | String | Sets the name of the component. |
as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |
is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
enable | Boolean | Specifies whether the underlying TextArea widget will be disabled or not. |
encoded-prompt-outputs | Boolean | Specifies whether the prompt outputs are HTML-encoded before being displayed in the output view. When set to true (default), the output is encoded and displayed as plain text, preventing any HTML formatting or scripts from being rendered. |
is-streaming | Boolean | Sets the widget in a streaming mode. |
on-command-execute | String | The name of the JavaScript function that will handle the commandExecute event. Triggered once a command is selected. |
on-hide | String | The name of the JavaScript function that will handle the hide event. Triggered once the component has been closed programmatically. |
on-output-action | String | The name of the JavaScript function that will handle the outputAction event. This event will be fired with the button options that will be received, after the command has finished. Currently, these would be the Copy, Retry, and Discard options. |
on-prompt-request | String | The name of the JavaScript function that will handle the promptRequest event. Triggered before a request has been initiated to the specified service. |
on-prompt-request-cancel | String | The name of the JavaScript function that will handle the promptRequestCancel event. Triggered when a prompt request is cancelled, typically by clicking the stop generation button during streaming operations. |
on-prompt-response | String | The name of the JavaScript function that will handle the promptResponse event. Triggered once a response has been sent back from the specified service. |
on-show | String | The name of the JavaScript function that will handle the show event. Triggered once the component has been opened programmatically. |
placeholder | String | Specifies the placeholder text for the underlying TextArea widget. |
readonly | Boolean | Specifies whether the underlying TextArea widget will be readonly or not. |
response-template | String | A template function for customizing the display of output content. This function is called when an output's and final content needs to be rendered.The function receives an object with output (the output data) and prompt (the output prompt text) properties and should return HTML string. |
script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
system-prompt | String | Sets the systemPrompt's format which will be send to the specified AI Service. Exposes both a context and prompt metadata. |