@ai-sdk-tool/parser 3.1.1 → 3.1.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/{chunk-WX5U7G6L.js → chunk-TQT6XSP7.js} +3 -2
- package/dist/chunk-TQT6XSP7.js.map +1 -0
- package/dist/community.cjs +2 -1
- package/dist/community.cjs.map +1 -1
- package/dist/community.js +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-WX5U7G6L.js.map +0 -1
package/dist/community.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -2262,7 +2262,8 @@ var xmlProtocol = (protocolOptions) => {
|
|
|
2262
2262
|
}
|
|
2263
2263
|
return (0, import_rxml2.stringify)(toolCall.toolName, args, {
|
|
2264
2264
|
suppressEmptyNode: false,
|
|
2265
|
-
format:
|
|
2265
|
+
format: true,
|
|
2266
|
+
minimalEscaping: true
|
|
2266
2267
|
});
|
|
2267
2268
|
},
|
|
2268
2269
|
parseGeneratedText({ text, tools, options }) {
|