We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6625f7f commit 90db5acCopy full SHA for 90db5ac
pydantic_ai_slim/pydantic_ai/_run_context.py
@@ -61,7 +61,7 @@ class RunContext(Generic[RunContextAgentDepsT]):
61
partial_output: bool = False
62
"""Whether the output passed to an output validator is partial."""
63
run_id: str | None = None
64
- """"Unique identifer for the agent run."""
+ """"Unique identifier for the agent run."""
65
66
@property
67
def last_attempt(self) -> bool:
0 commit comments