Skip to content

Commit b20fdb2

Browse files
committed
docs(cli): correct config get model paths
Signed-off-by: Deepak Jain <deepujain@gmail.com>
1 parent 5a56a77 commit b20fdb2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/reference/commands.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,15 @@ Use `--key` to read one dotpath and `--format` to choose JSON or YAML output.
15901590

15911591
```bash
15921592
$$nemoclaw my-assistant config get
1593-
$$nemoclaw my-assistant config get --key model --format yaml
1593+
<AgentOnly variant="openclaw">
1594+
$$nemoclaw my-assistant config get --key agents.defaults.model.primary --format yaml
1595+
</AgentOnly>
1596+
<AgentOnly variant="hermes">
1597+
$$nemoclaw my-assistant config get --key model.default --format yaml
1598+
</AgentOnly>
1599+
<AgentOnly variant="deepagents">
1600+
$$nemoclaw my-assistant config get --key models.default --format yaml
1601+
</AgentOnly>
15941602
```
15951603

15961604
| Flag | Description |

0 commit comments

Comments
 (0)