@madh-io/alfred-ai 0.3.3 → 0.3.4
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/bundle/index.js +1 -1
- package/package.json +1 -1
package/bundle/index.js
CHANGED
|
@@ -3944,7 +3944,7 @@ var init_message_pipeline = __esm({
|
|
|
3944
3944
|
const toolResultBlocks = [];
|
|
3945
3945
|
for (const toolCall of response.toolCalls) {
|
|
3946
3946
|
const result = await this.executeToolCall(toolCall, {
|
|
3947
|
-
userId:
|
|
3947
|
+
userId: message.userId,
|
|
3948
3948
|
chatId: message.chatId,
|
|
3949
3949
|
chatType: message.chatType,
|
|
3950
3950
|
platform: message.platform,
|