Slack: expose threadTs in agent sendMessage tool for thread replies
This commit is contained in:
committed by
Peter Steinberger
parent
cb2a365594
commit
1be8d06cca
@@ -151,6 +151,7 @@ export async function sendSlackMessage(
|
|||||||
accountId: opts.accountId,
|
accountId: opts.accountId,
|
||||||
token: opts.token,
|
token: opts.token,
|
||||||
mediaUrl: opts.mediaUrl,
|
mediaUrl: opts.mediaUrl,
|
||||||
|
threadTs: opts.threadTs,
|
||||||
client: opts.client,
|
client: opts.client,
|
||||||
threadTs: opts.threadTs,
|
threadTs: opts.threadTs,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user