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 09d00e4 commit 72e6037Copy full SHA for 72e6037
pydantic_ai_slim/pydantic_ai/agent/__init__.py
@@ -243,7 +243,7 @@ def __init__(
243
"""Create an agent.
244
245
Args:
246
- model: The default model to use for this agent, if not provide,
+ model: The default model to use for this agent, if not provided,
247
you must provide the model when calling it. We allow `str` here since the actual list of allowed models changes frequently.
248
output_type: The type of the output data, used to validate the data returned by the model,
249
defaults to `str`.
0 commit comments