Slack: fix message tool not passing threading context to handleSlackAction
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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue