@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
|
@@ -3420,7 +3420,8 @@
|
|
|
3420
3420
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_sessions_by_interest' ||
|
|
3421
3421
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_sessions_by_track' ||
|
|
3422
3422
|
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_speaker_sessions' ||
|
|
3423
|
-
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_upcoming_sessions'
|
|
3423
|
+
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_upcoming_sessions' ||
|
|
3424
|
+
(serializable === null || serializable === void 0 ? void 0 : serializable.tool_name) === 'get_my_agenda';
|
|
3424
3425
|
if (isSessionTool) {
|
|
3425
3426
|
var 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;
|
|
3426
3427
|
var answerText = otherFields.answer != null
|
|
@@ -3979,7 +3980,8 @@
|
|
|
3979
3980
|
toolName === 'get_sessions_by_interest' ||
|
|
3980
3981
|
toolName === 'get_sessions_by_track' ||
|
|
3981
3982
|
toolName === 'get_speaker_sessions' ||
|
|
3982
|
-
toolName === 'get_upcoming_sessions'
|
|
3983
|
+
toolName === 'get_upcoming_sessions' ||
|
|
3984
|
+
toolName === 'get_my_agenda';
|
|
3983
3985
|
if (isSessionTool &&
|
|
3984
3986
|
((_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)) {
|
|
3985
3987
|
var contentStr = chat.toolresults.tool_result.messages[0].content;
|