@polka-codes/runner 0.7.22 → 0.7.23
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25790,7 +25790,7 @@ var {
|
|
|
25790
25790
|
Help
|
|
25791
25791
|
} = import__.default;
|
|
25792
25792
|
// package.json
|
|
25793
|
-
var version = "0.7.
|
|
25793
|
+
var version = "0.7.23";
|
|
25794
25794
|
|
|
25795
25795
|
// src/runner.ts
|
|
25796
25796
|
import { execSync } from "node:child_process";
|
|
@@ -36469,7 +36469,7 @@ ${agents}`;
|
|
|
36469
36469
|
content: currentAssistantMessage
|
|
36470
36470
|
});
|
|
36471
36471
|
const ret = parseAssistantMessage(currentAssistantMessage, this.config.tools, this.config.toolNamePrefix);
|
|
36472
|
-
await this.#callback({ kind: "EndRequest" /* EndRequest */, agent: this });
|
|
36472
|
+
await this.#callback({ kind: "EndRequest" /* EndRequest */, agent: this, message: currentAssistantMessage });
|
|
36473
36473
|
return ret;
|
|
36474
36474
|
}
|
|
36475
36475
|
async#handleResponse(response) {
|