Skip to content

Commit 70e1ecf

Browse files
authored
Minor typo fix in structured-output.md (#327)
1 parent 4eaba8d commit 70e1ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/concepts/agents/structured-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ print(f"Country: {result.structured_output.country}") # "France"
261261

262262
### Agent-Level Defaults
263263

264-
You can also aet a default structured output model that applies to all agent invocations:
264+
You can also set a default structured output model that applies to all agent invocations:
265265

266266
```python
267267
class PersonInfo(BaseModel):

0 commit comments

Comments
 (0)