You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now users have to parse the URL by themself to get the timestamp and the channel id.
We want to make this easier to use and introduce a --url on CLI level.
This can then parse the URL, extract the channel and timestamp and put it into the summaraizer.
We want to rename channel to cid and ts to thread-ts. Just because these are the exact paraemters of the URl and it is probably better to understand what is expected by the CLI
The text was updated successfully, but these errors were encountered:
StefMa
changed the title
Add slack thread url as input
[CLI] Adjust slack thread parameter
Aug 2, 2024
Right now users have to parse the URL by themself to get the timestamp and the channel id.
We want to make this easier to use and introduce a
--url
on CLI level.This can then parse the URL, extract the channel and timestamp and put it into the summaraizer.
We want to rename
channel
tocid
andts
tothread-ts
. Just because these are the exact paraemters of the URl and it is probably better to understand what is expected by the CLIThe text was updated successfully, but these errors were encountered: