Skip to content

Commit

Permalink
Update pydantic_ai_slim/pydantic_ai/agent.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 Dec 30, 2024
1 parent c248ade commit 71c8808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_ai_slim/pydantic_ai/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def system_prompt(
Args:
func: The function to decorate
dynamic: If True, the system prompt will be reevaluated when messages_history is present.
dynamic: If True, the system prompt will be reevaluated even when `messages_history` is provided.
Example:
```python
Expand Down

0 comments on commit 71c8808

Please sign in to comment.