docs: onboarding v2, widgets for telegram workflows, hero widget (#138)
This commit is contained in:
@@ -33,8 +33,8 @@ chat_id = 123
|
||||
| `voice_transcription` | bool | `false` | Enable voice note transcription. |
|
||||
| `voice_max_bytes` | int | `10485760` | Max voice note size (bytes). |
|
||||
| `voice_transcription_model` | string | `"gpt-4o-mini-transcribe"` | OpenAI transcription model name. |
|
||||
| `session_mode` | `"stateless"`\|`"chat"` | `"stateless"` | Auto-resume mode. |
|
||||
| `show_resume_line` | bool | `true` | Show resume line in message footer. |
|
||||
| `session_mode` | `"stateless"`\|`"chat"` | `"stateless"` | Auto-resume mode. Onboarding sets `"chat"` for assistant/workspace. |
|
||||
| `show_resume_line` | bool | `true` | Show resume line in message footer. Onboarding sets `false` for assistant/workspace. |
|
||||
|
||||
### `transports.telegram.topics`
|
||||
|
||||
|
||||
@@ -42,8 +42,9 @@ ignores it. If your server requires a specific model name, set
|
||||
|
||||
## Chat sessions (optional)
|
||||
|
||||
Takopi is stateless by default unless you reply to a bot message containing a resume
|
||||
line. If you want auto-resume without replies, enable chat sessions.
|
||||
If you chose the **handoff** workflow during onboarding, Takopi uses stateless mode
|
||||
where you reply to continue a session. The **assistant** and **workspace** workflows
|
||||
use chat mode with auto-resume enabled.
|
||||
|
||||
Configuration (under `[transports.telegram]`):
|
||||
|
||||
@@ -81,8 +82,9 @@ chunks add a "continued (N/M)" header.
|
||||
|
||||
## Forum topics (optional)
|
||||
|
||||
Takopi can bind Telegram forum topics to a project/branch and persist resume tokens
|
||||
per topic, so replies keep the right context even after restarts.
|
||||
If you chose the **workspace** workflow during onboarding, topics are already enabled.
|
||||
Topics bind Telegram forum threads to a project/branch and persist resume tokens per
|
||||
topic, so replies keep the right context even after restarts.
|
||||
|
||||
Configuration (under `[transports.telegram]`):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user