Skip to content

Commit 72e6037

Browse files
cyoniiKludex
andauthored
Fix typo in model argument documentation (#2579)
Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 09d00e4 commit 72e6037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def __init__(
243243
"""Create an agent.
244244
245245
Args:
246-
model: The default model to use for this agent, if not provide,
246+
model: The default model to use for this agent, if not provided,
247247
you must provide the model when calling it. We allow `str` here since the actual list of allowed models changes frequently.
248248
output_type: The type of the output data, used to validate the data returned by the model,
249249
defaults to `str`.

0 commit comments

Comments
 (0)