This section defines terms and concepts used in the scope of the RadAIPrompt
control, with which you have to get familiar before you continue to read its documentation. They can also be helpful when contacting our support service in order to describe your issue better.
-
Input view—This navigates to the
RadAIPromptInputItem
instance defined in theItems
collection of RadAIPrompt. This view displays an input textbox and the custom suggestions. -
Output view—This navigates to the
RadAIPromptOutputItem
instance defined in theItems
collection of RadAIPrompt. This view displays the generated response, which can be interacted with. -
Commands view—This navigates to the
RadAIPromptCommandsItem
instance defined in theItems
collection of RadAIPrompt. Here, aRadPanelBar
element displays the commands defined in theCommands
collection of the component. -
Suggestions—The defined suggestions from the
Suggestions
collection of RadAIPrompt. - Prompt request button—This button prompts the RadAIPrompt to request a response.
- Copy button—This button copies the response.
- Retry button—This button requests another response from your AI model using the same input text.
- Rating buttons—These buttons rate the response returned from your AI model.
Get started with the control with its Getting Started help article that shows how to use it in a basic scenario.