You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/use-content/platform-supported-content/modules/genai/conversational-ui.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The Conversational UI module provides the following functionalities:
31
31
* Snippets that you can use directly on your pages, for example, to display messages or a history sidebar
32
32
* A floating button for opening a pop-up chat
33
33
* Pages, snippets, and logic to display and export token usage data (if enabled in GenAI Commons and supported by the GenAI Connector of choice)
34
-
* Pages, snippets, and logic to experiment with prompts. An admin, developer, or data scientist can test multiple versions at runtime, define variables, and decide which prompt version should be applied when end-users use the app. See [Prompt Management](/appstore/modules/genai/prompt-management) for more information.
34
+
* Pages, snippets, and logic to experiment with prompts. An admin, developer, or data scientist can test multiple versions at runtime, define variables, and decide which prompt version should be applied when end-users use the app. See [Prompt Management](/appstore/modules/genai/prompt-management/) for more information.
35
35
36
36
* Operations to set up your context, interact with the model, and add the data to be displayed in the UI
37
37
* Domain model to store the chat conversations and additional information
@@ -78,7 +78,7 @@ The main entities are shown for reference in the diagram below. For technical do
78
78
79
79
### Configuring the Roles {#module-roles}
80
80
81
-
Make sure that the module role `User` is part of the user roles that are intended to chat with the model. Optionally, you can grant the `_addOn_ReadAll` role to admin roles, so that users with that role can read all messages. A role for usage monitoring is related only to the [Token consumption monitor snippets](#snippet-token-monitor). Additionally, a separate role is applicable for the [Prompt Management functionality](/appstore/modules/genai/prompt-management). Both do not relate to the conversational snippets.
81
+
Make sure that the module role `User` is part of the user roles that are intended to chat with the model. Optionally, you can grant the `_addOn_ReadAll` role to admin roles, so that users with that role can read all messages. A role for usage monitoring is related only to the [Token consumption monitor snippets](#snippet-token-monitor). Additionally, a separate role is applicable for the [Prompt Management functionality](/appstore/modules/genai/prompt-management/). Both do not relate to the conversational snippets.
82
82
83
83
| Module role | Description |
84
84
| --- | --- |
@@ -265,7 +265,7 @@ A separate set of snippets has been made available to display and export token u
265
265
266
266
### Prompt Management {#prompt-management}
267
267
268
-
The Conversational UI module comes with pages and snippets that provide the Prompt Management functionality. For more details, see [Prompt Management](/appstore/modules/genai/prompt-management).
268
+
The Conversational UI module comes with pages and snippets that provide the Prompt Management functionality. For more details, see [Prompt Management](/appstore/modules/genai/prompt-management/).
0 commit comments