Skip to content

Commit

Permalink
Update pydantic_ai_slim/pydantic_ai/messages.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
josead and samuelcolvin authored Jan 2, 2025
1 parent 01ab9f4 commit 20cd93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pydantic_ai/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SystemPromptPart:
class DynamicSystemPromptPart(SystemPromptPart):
"""A system prompt that is generated dynamically.
Same as SystemPromptPart, but its content is regenerated on each run.
Same as `SystemPromptPart`, but its content is regenerated on each run.
"""

ref: int | None = None
Expand Down

0 comments on commit 20cd93a

Please sign in to comment.