@ansible/ansible-ai-connect-chatbot 0.1.3 → 0.1.4
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/dist/AnsibleChatbot/AnsibleChatbot.d.ts +2 -0
- package/dist/Constants.d.ts +2 -1
- package/dist/ansible-chatbot.css +1 -1
- package/dist/ansible-chatbot.js +13633 -13584
- package/dist/ansible-chatbot.umd.cjs +108 -106
- package/dist/useChatbot/useChatbot.d.ts +2 -1
- package/dist/useChatbot/useChatbot.test.d.ts +1 -0
- package/package.json +3 -3
package/dist/Constants.d.ts
CHANGED
|
@@ -8,8 +8,9 @@ export declare enum Sentiment {
|
|
|
8
8
|
THUMBS_UP = 0,
|
|
9
9
|
THUMBS_DOWN = 1
|
|
10
10
|
}
|
|
11
|
-
export declare const ANSIBLE_LIGHTSPEED_PRODUCT_NAME = "Ansible Lightspeed
|
|
11
|
+
export declare const ANSIBLE_LIGHTSPEED_PRODUCT_NAME = "Ansible Lightspeed Intelligent Assistant";
|
|
12
12
|
export declare const GITHUB_NEW_ISSUE_BASE_URL = "https://github.com/ansible/ansible-lightspeed-va-feedback/issues/new";
|
|
13
13
|
export declare const QUERY_SYSTEM_INSTRUCTION: string;
|
|
14
14
|
export declare const CHAT_HISTORY_HEADER = "Chat History";
|
|
15
|
+
export declare const REFERENCED_DOCUMENTS_CAPTION = "Refer to the following for more information:";
|
|
15
16
|
export declare const INITIAL_NOTICE: AlertMessage;
|