Skip to content

Commit b31c77d

Browse files
authored
Fix list rendering in documentation (#2145)
1 parent 39e2877 commit b31c77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ This structure allows you to configure common parameters that influence the mode
467467
`timeout`, and more.
468468

469469
There are two ways to apply these settings:
470+
470471
1. Passing to `run{_sync,_stream}` functions via the `model_settings` argument. This allows for fine-tuning on a per-request basis.
471472
2. Setting during [`Agent`][pydantic_ai.agent.Agent] initialization via the `model_settings` argument. These settings will be applied by default to all subsequent run calls using said agent. However, `model_settings` provided during a specific run call will override the agent's default settings.
472473

0 commit comments

Comments
 (0)