chore(sync): mirror docs from openclaw/openclaw@21ac476904
This commit is contained in:
parent
c645046941
commit
16a88f3913
@ -1,5 +1,5 @@
|
||||
{
|
||||
"repository": "openclaw/openclaw",
|
||||
"sha": "a224810a7f96e4688aa0bac397a58ce7d3b7322e",
|
||||
"syncedAt": "2026-05-04T05:53:13.763Z"
|
||||
"sha": "21ac4769042808ec9afe605eb28a874ca1428c5b",
|
||||
"syncedAt": "2026-05-04T06:09:19.097Z"
|
||||
}
|
||||
|
||||
@ -318,6 +318,7 @@ curl "https://api.telegram.org/bot<bot_token>/getUpdates"
|
||||
Telegram-only reasoning stream:
|
||||
|
||||
- `/reasoning stream` sends reasoning to the live preview while generating
|
||||
- the reasoning preview is deleted after final delivery; use `/reasoning on` when reasoning should remain visible
|
||||
- final answer is sent without reasoning text
|
||||
|
||||
</Accordion>
|
||||
|
||||
@ -166,7 +166,7 @@ OpenClaw can expose or hide model reasoning:
|
||||
|
||||
- `/reasoning on|off|stream` controls visibility.
|
||||
- Reasoning content still counts toward token usage when produced by the model.
|
||||
- Telegram supports reasoning stream into the draft bubble.
|
||||
- Telegram supports reasoning stream into a transient draft bubble that is deleted after final delivery; use `/reasoning on` for persistent reasoning output.
|
||||
|
||||
Details: [Thinking + reasoning directives](/tools/thinking) and [Token use](/reference/token-use).
|
||||
|
||||
|
||||
@ -162,7 +162,7 @@ Telegram:
|
||||
- Uses `sendMessage` + `editMessageText` preview updates across DMs and group/topics.
|
||||
- Sends a fresh final message instead of editing in place when a preview has been visible for about one minute, then cleans up the preview so Telegram's timestamp reflects reply completion.
|
||||
- Preview streaming is skipped when Telegram block streaming is explicitly enabled (to avoid double-streaming).
|
||||
- `/reasoning stream` can write reasoning to preview.
|
||||
- `/reasoning stream` can write reasoning to a transient preview that is deleted after final delivery.
|
||||
|
||||
Discord:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user