@malette/agent-sdk 0.1.3-beta.1 → 0.1.3-beta.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/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22465,6 +22465,7 @@ var AgentChat = React20__default.forwardRef(({
|
|
|
22465
22465
|
working = { ...working, fileId: uploadRes.key, url };
|
|
22466
22466
|
}
|
|
22467
22467
|
}
|
|
22468
|
+
urls.push(working.url);
|
|
22468
22469
|
}
|
|
22469
22470
|
if (urls.length > 0) {
|
|
22470
22471
|
const imageMarkdown = urls.map((url) => ``).join("\n");
|