Skip to content

Commit 4c27a90

Browse files
committed
docs: revert accidental deletion of heading
1 parent b40a2cd commit 4c27a90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/agents.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,8 @@ except UsageLimitExceeded as e:
637637
- Usage limits are especially relevant if you've registered many tools. Use `request_limit` to bound the number of model turns, and `tool_calls_limit` to cap the number of successful tool executions within a run.
638638
- The `tool_calls_limit` is checked before executing tool calls. If the model returns parallel tool calls that would exceed the limit, no tools will be executed.
639639

640+
#### Model (Run) Settings
641+
640642
Pydantic AI offers a [`settings.ModelSettings`][pydantic_ai.settings.ModelSettings] structure to help you fine tune your requests.
641643
This structure allows you to configure common parameters that influence the model's behavior, such as `temperature`, `max_tokens`,
642644
`timeout`, and more.

0 commit comments

Comments
 (0)