@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.js
CHANGED
|
@@ -22493,6 +22493,7 @@ var AgentChat = React20__namespace.default.forwardRef(({
|
|
|
22493
22493
|
working = { ...working, fileId: uploadRes.key, url };
|
|
22494
22494
|
}
|
|
22495
22495
|
}
|
|
22496
|
+
urls.push(working.url);
|
|
22496
22497
|
}
|
|
22497
22498
|
if (urls.length > 0) {
|
|
22498
22499
|
const imageMarkdown = urls.map((url) => ``).join("\n");
|