@quantish/agent 0.1.1 → 0.1.2
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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2917,6 +2917,7 @@ ${userMessage}`;
|
|
|
2917
2917
|
const toolResults = [];
|
|
2918
2918
|
for (const toolUse of toolUses) {
|
|
2919
2919
|
this.config.onToolCall?.(toolUse.name, toolUse.input);
|
|
2920
|
+
await new Promise((resolve2) => setImmediate(resolve2));
|
|
2920
2921
|
const { result, source } = await this.executeTool(
|
|
2921
2922
|
toolUse.name,
|
|
2922
2923
|
toolUse.input
|