@polka-codes/cli-shared 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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31203,7 +31203,7 @@ ${agents}`;
|
|
|
31203
31203
|
content: currentAssistantMessage
|
|
31204
31204
|
});
|
|
31205
31205
|
const ret = parseAssistantMessage(currentAssistantMessage, this.config.tools, this.config.toolNamePrefix);
|
|
31206
|
-
await this.#callback({ kind: "EndRequest" /* EndRequest */, agent: this });
|
|
31206
|
+
await this.#callback({ kind: "EndRequest" /* EndRequest */, agent: this, message: currentAssistantMessage });
|
|
31207
31207
|
return ret;
|
|
31208
31208
|
}
|
|
31209
31209
|
async#handleResponse(response) {
|