Skip to main content

How to Enable Publications in AI DIAL Chat

Refer to user guide to learn how chat users can use publications for conversations, prompts and applications.

To enable the publication feature in AI DIAL Chat:

Step 1: Users

Create user hierarchy (including claims) in your identity service provider (IDP) and configure AI DIAL to work with it. Refer to Authentication to view the supported IDPs and configuration guidelines.

Step 2: AI DIAL Core

Configure AI DIAL Core to pass claims from your IDP with the corresponding rules for users. Refer to configuration to view the description of parameters.

You can create your own rules according to access policies in your organization.

The following is the default configuration. In it, for admins, the value admin in the claim roles must be present.

"access": {
"admin": {
"rules": [
{
"function": "CONTAIN",
"source": "roles",
"targets": ["admin"]
}
]
}
}

Step 3: AI DIAL Chat

Configure AI DIAL Chat by including ConversationsPublishing and PromptsPublishing in the ENABLED_FEATURES variable. Refer to configuration to view the description of parameters and examples.