Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make slash command output streamable (#19632)
This PR adds support for streaming output from slash commands In this PR we are focused primarily on the interface of the `SlashCommand` trait to support streaming the output. We will follow up later with support for extensions and context servers to take advantage of the streaming nature. Release Notes: - N/A --------- Co-authored-by: David Soria Parra <[email protected]> Co-authored-by: Antonio Scandurra <[email protected]> Co-authored-by: David <[email protected]> Co-authored-by: Antonio <[email protected]> Co-authored-by: Max <[email protected]> Co-authored-by: Max Brunsfeld <[email protected]> Co-authored-by: Will <[email protected]>
- Loading branch information