@hivegpt/hiveai-angular 0.0.561 → 0.0.562
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/bundles/hivegpt-hiveai-angular.umd.js +4 -2
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +5 -3
- package/fesm2015/hivegpt-hiveai-angular.js +4 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2717,7 +2717,8 @@ class ChatDrawerComponent {
|
|
|
2717
2717
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_sessions_by_interest' ||
|
|
2718
2718
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_sessions_by_track' ||
|
|
2719
2719
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_speaker_sessions' ||
|
|
2720
|
-
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_upcoming_sessions'
|
|
2720
|
+
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_upcoming_sessions' ||
|
|
2721
|
+
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_my_agenda';
|
|
2721
2722
|
if (isSessionTool) {
|
|
2722
2723
|
const contentStr = (_o = (_m = (_l = serializable === null || serializable === void 0 ? void 0 : serializable.tool_result) === null || _l === void 0 ? void 0 : _l.messages) === null || _m === void 0 ? void 0 : _m[0]) === null || _o === void 0 ? void 0 : _o.content;
|
|
2723
2724
|
const answerText = otherFields.answer != null
|
|
@@ -3273,7 +3274,8 @@ class ChatDrawerComponent {
|
|
|
3273
3274
|
toolName === 'get_sessions_by_interest' ||
|
|
3274
3275
|
toolName === 'get_sessions_by_track' ||
|
|
3275
3276
|
toolName === 'get_speaker_sessions' ||
|
|
3276
|
-
toolName === 'get_upcoming_sessions'
|
|
3277
|
+
toolName === 'get_upcoming_sessions' ||
|
|
3278
|
+
toolName === 'get_my_agenda';
|
|
3277
3279
|
if (isSessionTool &&
|
|
3278
3280
|
((_e = (_d = (_c = (_b = chat.toolresults) === null || _b === void 0 ? void 0 : _b.tool_result) === null || _c === void 0 ? void 0 : _c.messages) === null || _d === void 0 ? void 0 : _d[0]) === null || _e === void 0 ? void 0 : _e.content)) {
|
|
3279
3281
|
const contentStr = chat.toolresults.tool_result.messages[0].content;
|