@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.
@@ -2169,7 +2169,8 @@ var xmlProtocol = (protocolOptions) => {
2169
2169
  }
2170
2170
  return (0, import_rxml2.stringify)(toolCall.toolName, args, {
2171
2171
  suppressEmptyNode: false,
2172
- format: false
2172
+ format: true,
2173
+ minimalEscaping: true
2173
2174
  });
2174
2175
  },
2175
2176
  parseGeneratedText({ text, tools, options }) {