@epam/ai-dial-shared 0.45.0-rc.10 → 0.45.0-rc.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/features.d.ts +1 -1
package/package.json
CHANGED
package/src/types/features.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare enum Feature {
|
|
|
21
21
|
InputFiles = "input-files",// Allow attach files to conversation
|
|
22
22
|
InputLinks = "input-links",// Allow attach links to conversation
|
|
23
23
|
MessageTemplates = "message-templates",// message templates
|
|
24
|
-
LiveChatInteraction = "live-chat-interaction"
|
|
24
|
+
LiveChatInteraction = "live-chat-interaction",// Enable interactive tool login flow during chat completion when agent tools are logged out
|
|
25
25
|
EditLastAssistantContent = "edit-last-assistant-message",// allow edit last assistant message only
|
|
26
26
|
EditAllAssistantContent = "edit-all-assistant-message",// allow edit all assistant messages
|
|
27
27
|
HideEditUserMessage = "hide-edit-user-message",// Hide editing button of user message
|