@asgard-js/core 0.2.41 → 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.mjs CHANGED
@@ -1865,12 +1865,13 @@ class z {
1865
1865
  t
1866
1866
  );
1867
1867
  }
1868
- replyToolCallConsents(e, t) {
1868
+ replyToolCallConsents(e, t, r) {
1869
1869
  return this.conversation$.next(this.conversation$.value.clearPendingConsent()), this.fetchSse(
1870
1870
  {
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
1876
  toolCallConsents: e
1876
1877
  },