@tangle-network/agent-provider-tangle 0.13.2 → 0.13.3

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.
@@ -68,6 +68,7 @@ const SANDBOX_OPTIONAL_RESULT_FIELDS = new Set([
68
68
  "errorCode",
69
69
  "toolInvocations",
70
70
  "approval",
71
+ "interaction",
71
72
  "question",
72
73
  "plan",
73
74
  "traceId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/agent-provider-tangle",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "AgentEnvironmentProvider adapter for Tangle sandboxes",
5
5
  "type": "module",
6
6
  "license": "MIT",