mirror of https://github.com/aliasrobotics/cai.git
docs: fix Launch section formatting in agents.md
- Change 'cai' plain text to proper bash code block - Update heading from # to ### for consistency - Improve visual consistency with other code examples
This commit is contained in:
parent
46022268df
commit
7aefffd1fa
|
|
@ -257,8 +257,11 @@ agent = Agent[UserContext](
|
|||
```
|
||||
|
||||
|
||||
# Launch
|
||||
### Launch
|
||||
|
||||
```bash
|
||||
cai
|
||||
```
|
||||
|
||||
### Performance Optimization
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue