diff --git a/docs/docs/getting_started/detailed_tutorial.mdx b/docs/docs/getting_started/detailed_tutorial.mdx index 888ea2414..c629e26f1 100644 --- a/docs/docs/getting_started/detailed_tutorial.mdx +++ b/docs/docs/getting_started/detailed_tutorial.mdx @@ -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