[Docs] Unify Fast behavior across chat providers - #1811
Draft
roomote-roomote[bot] wants to merge 1 commit into
Draft
[Docs] Unify Fast behavior across chat providers#1811roomote-roomote[bot] wants to merge 1 commit into
roomote-roomote[bot] wants to merge 1 commit into
Conversation
Contributor
| Runs with no report destination remain stored Fast sessions and do not post to | ||
| chat. | ||
| Fast automation reports can be delivered to Slack, Discord, Microsoft Teams, or | ||
| Telegram channels, chats, topics, or owner direct messages. Each run keeps a |
Contributor
There was a problem hiding this comment.
Telegram custom automation destinations are only chat IDs: the editor accepts a "Telegram chat ID" and buildFastAutomationConversation creates the Telegram reply target without a threadId. Therefore a Fast automation cannot be configured to deliver to a Telegram topic, despite this sentence. Please remove topics here (or add topic selection/routing support) so the shared contract does not advertise an unavailable destination.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why this change was made
Fast initiation and continuation now have provider parity, but documentation and automation settings still described the rollout's earlier provider differences. Keeping shared behavior in one place makes the current model easier to understand and prevents provider pages from drifting apart again.
Impact
Users now see one concise Fast behavior contract across supported communications providers, while real differences such as Slack
!fast, Discord and Telegram/new, mention/thread/topic rules, Teams text-onlyrequest_user_input, attachment capabilities, and provider setup remain documented where they apply.Mintlify validation and broken-link checks pass, the automation settings render suite passes all 50 tests, full lint and web typecheck pass, and the repository pre-push suite passes. Source searches found no remaining obsolete continuation wording outside historical release notes. Product-settings browser proof was blocked by the local setup guard, but the exact Telegram copy is covered by the render suite.
Screenshots