docs: onboarding v2, widgets for telegram workflows, hero widget (#138)
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
|
||||
Chat sessions store one resume token per engine per chat (per sender in group chats), so new messages can auto-resume without replying. Reply-to-continue still works and updates the stored session for that engine.
|
||||
|
||||
!!! tip "Assistant and workspace workflows"
|
||||
If you chose **assistant** or **workspace** during [onboarding](../tutorials/install.md), chat sessions are already enabled. This guide covers how they work and how to customize them.
|
||||
|
||||
## Enable chat sessions
|
||||
|
||||
If you chose **handoff** during onboarding and want to switch to chat mode:
|
||||
|
||||
```toml
|
||||
[transports.telegram]
|
||||
session_mode = "chat" # stateless | chat
|
||||
|
||||
Reference in New Issue
Block a user