@quidgest/chatbot 0.6.2 → 0.6.3
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/index.js +9 -9
- package/dist/index.mjs +194 -194
- package/package.json +1 -1
- package/src/components/ChatBot/ChatBot.vue +2 -1
package/package.json
CHANGED
|
@@ -391,7 +391,8 @@
|
|
|
391
391
|
execution.callingTools = true
|
|
392
392
|
} else if (payload.event === 'tool_end') {
|
|
393
393
|
appendToolCompletion(msg, payload.data.html)
|
|
394
|
-
|
|
394
|
+
updateToolStatus(msg, texts.generatingResponse)
|
|
395
|
+
execution.callingTools = true
|
|
395
396
|
}
|
|
396
397
|
},
|
|
397
398
|
(error) => {
|