Skip to content

Commit 99c7ece

Browse files
committed
Fix doc code formatting.
1 parent 31999e9 commit 99c7ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/logfire.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ Alternatively, supply a callable that receives the run [`RunContext`][pydantic_a
383383
from pydantic_ai import Agent, RunContext
384384
from pydantic_ai.models.instrumented import InstrumentationSettings
385385

386+
386387
def span_attribute_callback(ctx: RunContext[None]) -> dict[str, str]:
387388
return {'my_org.prompt_preview': str(ctx.prompt)[:100]}
388389

0 commit comments

Comments
 (0)