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 4eaba8d commit 70e1ecfCopy full SHA for 70e1ecf
docs/user-guide/concepts/agents/structured-output.md
@@ -261,7 +261,7 @@ print(f"Country: {result.structured_output.country}") # "France"
261
262
### Agent-Level Defaults
263
264
-You can also aet a default structured output model that applies to all agent invocations:
+You can also set a default structured output model that applies to all agent invocations:
265
266
```python
267
class PersonInfo(BaseModel):
0 commit comments