@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/community.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createToolMiddleware,
3
3
  xmlProtocol
4
- } from "./chunk-WX5U7G6L.js";
4
+ } from "./chunk-TQT6XSP7.js";
5
5
 
6
6
  // src/community/sijawara.ts
7
7
  var sijawaraDetailedXmlToolMiddleware = createToolMiddleware({
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: false
2265
+ format: true,
2266
+ minimalEscaping: true
2266
2267
  });
2267
2268
  },
2268
2269
  parseGeneratedText({ text, tools, options }) {