@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quidgest/chatbot",
3
3
  "private": false,
4
- "version": "0.6.2",
4
+ "version": "0.6.3",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
7
7
  "main": "dist/index.cjs",
@@ -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
- // Stay in 'tools' state - more tools might come
394
+ updateToolStatus(msg, texts.generatingResponse)
395
+ execution.callingTools = true
395
396
  }
396
397
  },
397
398
  (error) => {