docs(concepts): fix typing-indicators config path agent.* -> agents.d… · openclaw/openclaw@6d31a42
openclaw
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -36,16 +36,20 @@ Order of "how early it fires":
|
36 | 36 | |
37 | 37 | ## Configuration |
38 | 38 | |
| 39 | +Set the agent-level default: |
| 40 | + |
39 | 41 | ```json5 |
40 | 42 | { |
41 | | - agent: { |
42 | | - typingMode: "thinking", |
43 | | - typingIntervalSeconds: 6, |
| 43 | + agents: { |
| 44 | + defaults: { |
| 45 | + typingMode: "thinking", |
| 46 | + typingIntervalSeconds: 6, |
| 47 | + }, |
44 | 48 | }, |
45 | 49 | } |
46 | 50 | ``` |
47 | 51 | |
48 | | -You can override mode or cadence per session: |
| 52 | +Override mode or cadence per session: |
49 | 53 | |
50 | 54 | ```json5 |
51 | 55 | { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。