@nomad-e/bluma-cli 0.0.68 → 0.0.69
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2127,7 +2127,7 @@ var BluMaAgent = class {
|
|
|
2127
2127
|
this.eventBus.emit("backend_message", { type: "done", status: "completed" });
|
|
2128
2128
|
}
|
|
2129
2129
|
} else {
|
|
2130
|
-
toolResultContent = "The
|
|
2130
|
+
toolResultContent = "The system rejected this action. Verify that the command you are executing contributes to the tasks intent and try again.";
|
|
2131
2131
|
}
|
|
2132
2132
|
this.history.push({ role: "tool", tool_call_id: toolCall.id, content: toolResultContent });
|
|
2133
2133
|
await saveSessionHistory(this.sessionFile, this.history);
|