mirror of https://github.com/openclaw/openclaw.git
docs(tools): document slash-delimited config schema lookup paths
This commit is contained in:
parent
9fed9f1302
commit
e88f6605ec
|
|
@ -461,7 +461,8 @@ Core actions:
|
|||
|
||||
Notes:
|
||||
|
||||
- `config.schema.lookup` expects a targeted dot path such as `gateway.auth` or `agents.list.*.heartbeat`.
|
||||
- `config.schema.lookup` expects a targeted config path such as `gateway.auth` or `agents.list.*.heartbeat`.
|
||||
- Paths may include slash-delimited plugin ids when addressing `plugins.entries.<id>`, for example `plugins.entries.pack/one.config`.
|
||||
- Use `delayMs` (defaults to 2000) to avoid interrupting an in-flight reply.
|
||||
- `config.schema` remains available to internal Control UI flows and is not exposed through the agent `gateway` tool.
|
||||
- `restart` is enabled by default; set `commands.restart: false` to disable it.
|
||||
|
|
|
|||
Loading…
Reference in New Issue