@asgard-js/core 0.2.42-canary.1 → 0.2.42
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1871,9 +1871,9 @@ class z {
|
|
|
1871
1871
|
action: $.RESPONSE_TOOL_CALL_CONSENT,
|
|
1872
1872
|
customChannelId: this.customChannelId,
|
|
1873
1873
|
customMessageId: this.lastSentMessageId ?? this.customMessageId,
|
|
1874
|
+
payload: this.resolvePayload(r),
|
|
1874
1875
|
text: "",
|
|
1875
|
-
toolCallConsents: e
|
|
1876
|
-
payload: this.resolvePayload(r)
|
|
1876
|
+
toolCallConsents: e
|
|
1877
1877
|
},
|
|
1878
1878
|
t
|
|
1879
1879
|
);
|