mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
docs: fix sidebar of Detailed Tutorial
the sidebar currently has an extra `ii. Run the Script` because its incorrectly put into the doc as an H3 not an H4 (like the other ones) Fix this which will update the sidebar Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
165b8b07f4
commit
2fa8033332
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ stream = agent.create_turn(
|
|||
for event in AgentEventLogger().log(stream):
|
||||
event.print()
|
||||
```
|
||||
### ii. Run the Script
|
||||
#### ii. Run the Script
|
||||
Let's run the script using `uv`
|
||||
```bash
|
||||
uv run python agent.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue