From f8fd06d98096f2f32512af40182a73b81d781605 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Tue, 4 Mar 2025 17:29:08 +0200 Subject: [PATCH] fix highlighting --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index a5214d8f11..e611ab4794 100644 --- a/docs/index.md +++ b/docs/index.md @@ -168,7 +168,7 @@ To understand the flow of the above runs, we can watch the agent in action using To do this, we need to set up logfire, and add the following to our code: -```python {title="bank_support_with_logfire.py" hl_lines="6-8 20" test="skip" lint="skip"} +```python {title="bank_support_with_logfire.py" hl_lines="6-9 21" test="skip" lint="skip"} ... from pydantic_ai import Agent, RunContext