@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.
@@ -2186,7 +2186,8 @@ var xmlProtocol = (protocolOptions) => {
2186
2186
  }
2187
2187
  return stringify2(toolCall.toolName, args, {
2188
2188
  suppressEmptyNode: false,
2189
- format: false
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-WX5U7G6L.js.map
3778
+ //# sourceMappingURL=chunk-TQT6XSP7.js.map