@asgard-js/core 0.2.49-canary.1 → 0.2.50

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/index.mjs CHANGED
@@ -1724,6 +1724,7 @@ class S {
1724
1724
  processId: t.processId,
1725
1725
  callSeq: t.callSeq,
1726
1726
  toolName: t.toolCall.toolName,
1727
+ reason: t.toolCall.reason,
1727
1728
  toolsetName: t.toolCall.toolsetName,
1728
1729
  parameter: t.toolCall.parameter,
1729
1730
  isComplete: !1,