@clikvn/agent-widget-embedded 1.1.8-dev-03 → 1.1.8-dev-05
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/CLAUDE.md +169 -169
- package/README.md +20 -20
- package/base.json +21 -21
- package/dist/components/Chat/CategoryList.d.ts +10 -0
- package/dist/components/Chat/CategoryList.d.ts.map +1 -0
- package/dist/components/Chat/Message.d.ts.map +1 -1
- package/dist/components/Chat/SceneList.d.ts +10 -0
- package/dist/components/Chat/SceneList.d.ts.map +1 -0
- package/dist/constants/toolNames.d.ts +6 -0
- package/dist/constants/toolNames.d.ts.map +1 -1
- package/dist/index.html +67 -71
- package/dist/services/vt360.service.d.ts +10 -1
- package/dist/services/vt360.service.d.ts.map +1 -1
- package/dist/utils/toolUtils.d.ts +12 -0
- package/dist/utils/toolUtils.d.ts.map +1 -1
- package/dist/web.d.ts.map +1 -1
- package/dist/web.js +1 -1
- package/docs/agent-response-trace/agentflow.txt +62 -62
- package/docs/agent-response-trace/chatflow.txt +26 -26
- package/docs/brand-ui-command-actions-tools.md +269 -269
- package/package.json +1 -1
- package/public/index.html +54 -54
- package/rollup.config.js +67 -67
- package/tailwind.config.cjs +145 -145
- package/.idea/clik-ai-chatbot-embedded.iml +0 -9
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -36
- package/.idea/jsLinters/eslint.xml +0 -7
- package/.idea/misc.xml +0 -9
- package/.idea/modules.xml +0 -8
- package/.idea/prettier.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/dist/components/Chat/AudioPlayerSimple.d.ts +0 -9
- package/dist/components/Chat/AudioPlayerSimple.d.ts.map +0 -1
- package/dist/components/Chat/MultimodalInputSimple.d.ts +0 -22
- package/dist/components/Chat/MultimodalInputSimple.d.ts.map +0 -1
- package/dist/components/Chat/Sidebar.d.ts +0 -8
- package/dist/components/Chat/Sidebar.d.ts.map +0 -1
- package/dist/serve.json +0 -11
- package/dist/web.css +0 -3680
|
@@ -48,6 +48,12 @@ export declare const isDisplayBookingFormTool: (toolName: string) => boolean;
|
|
|
48
48
|
* @returns True if the is a display booking list tool
|
|
49
49
|
*/
|
|
50
50
|
export declare const isDisplayBookingListTool: (toolName: string) => boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Check if a tool is a display category list tool by prefix
|
|
53
|
+
* @param toolName - Tool name to check
|
|
54
|
+
* @returns True if the tool is a display category list tool
|
|
55
|
+
*/
|
|
56
|
+
export declare const isDisplayCategoryListTool: (toolName: string) => boolean;
|
|
51
57
|
/**
|
|
52
58
|
* Check if a tool is a command tool
|
|
53
59
|
* @param tool - Tool name to check
|
|
@@ -108,4 +114,10 @@ export declare const hasFocusToolOutput: (usedTools: ToolUsage[]) => boolean;
|
|
|
108
114
|
* @returns Content with tool outputs removed, or empty string if content is undefined
|
|
109
115
|
*/
|
|
110
116
|
export declare const removeToolOutputFromContent: (content: string | undefined, usedTools: ToolUsage[]) => string;
|
|
117
|
+
/**
|
|
118
|
+
* Check if a tool is a display scenes tool by prefix
|
|
119
|
+
* @param toolName - Tool name to check
|
|
120
|
+
* @returns True if the tool is a display scenes tool
|
|
121
|
+
*/
|
|
122
|
+
export declare const isDisplayScenesTool: (toolName: string) => boolean;
|
|
111
123
|
//# sourceMappingURL=toolUtils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolUtils.d.ts","sourceRoot":"","sources":["../../src/utils/toolUtils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"toolUtils.d.ts","sourceRoot":"","sources":["../../src/utils/toolUtils.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAElD;;;;GAIG;AACH,eAAO,MAAM,eAAe,eAAgB,GAAG,QAuB9C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,aAAc,MAAM,UAAU,MAAM,KAAG,OAEhE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,aAAc,MAAM,KAAG,OAK3D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,aAAc,MAAM,KAAG,OAK7D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,aAAc,MAAM,KAAG,OAKzD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,aAAc,MAAM,KAAG,OAK3D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,aAAc,MAAM,KAAG,OAK3D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,aAAc,MAAM,KAAG,OAK3D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,aAAc,MAAM,KAAG,OAK5D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,SAAU,MAAM,KAAG,OAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,SAAU,MAAM,KAAG,OAE5C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,SAAU,MAAM,KAAG,OAK7C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,cAAe,SAAS,KAAG,OAGpD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY,SAAU,MAAM,KAAG,OAa3C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,SAAU,MAAM,KAAG,OAOpD,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,cACf,SAAS,EAAE,iBACR,OAAO;;;;CAsBtB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,cAAe,SAAS,EAAE,KAAG,OAK3D,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,YAC7B,MAAM,GAAG,SAAS,aAChB,SAAS,EAAE,KACrB,MAaF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,aAAc,MAAM,KAAG,OAEtD,CAAC"}
|
package/dist/web.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../src/web.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;
|
|
1
|
+
{"version":3,"file":"web.d.ts","sourceRoot":"","sources":["../src/web.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;UAIW,CAAC;;;CAJU,CAAC;AAGzC,eAAe,YAAY,CAAC"}
|