Slack: fix message tool not passing threading context to handleSlackAction
This commit is contained in:
committed by
Peter Steinberger
parent
8ae0429162
commit
8890fbcf38
@@ -393,6 +393,12 @@ export function createMessageTool(options?: MessageToolOptions): AnyAgentTool {
|
||||
threadTs: threadId ?? replyTo ?? undefined,
|
||||
},
|
||||
cfg,
|
||||
{
|
||||
currentChannelId: options?.currentChannelId,
|
||||
currentThreadTs: options?.currentThreadTs,
|
||||
replyToMode: options?.replyToMode,
|
||||
hasRepliedRef: options?.hasRepliedRef,
|
||||
},
|
||||
);
|
||||
}
|
||||
if (provider === "telegram") {
|
||||
|
||||
Reference in New Issue
Block a user