mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
docs(concepts): fix typing-indicators config path agent.* -> agents.defaults.*
This commit is contained in:
@@ -36,16 +36,20 @@ Order of "how early it fires":
|
||||
|
||||
## Configuration
|
||||
|
||||
Set the agent-level default:
|
||||
|
||||
```json5
|
||||
{
|
||||
agent: {
|
||||
typingMode: "thinking",
|
||||
typingIntervalSeconds: 6,
|
||||
agents: {
|
||||
defaults: {
|
||||
typingMode: "thinking",
|
||||
typingIntervalSeconds: 6,
|
||||
},
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
You can override mode or cadence per session:
|
||||
Override mode or cadence per session:
|
||||
|
||||
```json5
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user