Skip to content

Commit 0f5ebf6

Browse files
committed
Fix the cross-references
1 parent f0199a2 commit 0f5ebf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/genai/conversational-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The Conversational UI module provides the following functionalities:
3131
* Snippets that you can use directly on your pages, for example, to display messages or a history sidebar
3232
* A floating button for opening a pop-up chat
3333
* 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.
3535

3636
* Operations to set up your context, interact with the model, and add the data to be displayed in the UI
3737
* 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
7878

7979
### Configuring the Roles {#module-roles}
8080

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.
8282

8383
| Module role | Description |
8484
| --- | --- |
@@ -265,7 +265,7 @@ A separate set of snippets has been made available to display and export token u
265265

266266
### Prompt Management {#prompt-management}
267267

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/).
269269

270270
## Technical Reference {#technical-reference}
271271

0 commit comments

Comments
 (0)