@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
|
@@ -2186,7 +2186,8 @@ var xmlProtocol = (protocolOptions) => {
|
|
|
2186
2186
|
}
|
|
2187
2187
|
return stringify2(toolCall.toolName, args, {
|
|
2188
2188
|
suppressEmptyNode: false,
|
|
2189
|
-
format:
|
|
2189
|
+
format: true,
|
|
2190
|
+
minimalEscaping: true
|
|
2190
2191
|
});
|
|
2191
2192
|
},
|
|
2192
2193
|
parseGeneratedText({ text, tools, options }) {
|
|
@@ -3774,4 +3775,4 @@ export {
|
|
|
3774
3775
|
xmlToolMiddleware,
|
|
3775
3776
|
yamlToolMiddleware
|
|
3776
3777
|
};
|
|
3777
|
-
//# sourceMappingURL=chunk-
|
|
3778
|
+
//# sourceMappingURL=chunk-TQT6XSP7.js.map
|