Skip to content

Commit 2ec1c82

Browse files
authored
fix settings docs formatting (#524)
1 parent 29e986e commit 2ec1c82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pydantic_ai_slim/pydantic_ai/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class ModelSettings(TypedDict, total=False):
2222
"""The maximum number of tokens to generate before stopping.
2323
2424
Supported by:
25+
2526
* Gemini
2627
* Anthropic
2728
* OpenAI
@@ -37,6 +38,7 @@ class ModelSettings(TypedDict, total=False):
3738
Note that even with `temperature` of `0.0`, the results will not be fully deterministic.
3839
3940
Supported by:
41+
4042
* Gemini
4143
* Anthropic
4244
* OpenAI
@@ -51,6 +53,7 @@ class ModelSettings(TypedDict, total=False):
5153
You should either alter `temperature` or `top_p`, but not both.
5254
5355
Supported by:
56+
5457
* Gemini
5558
* Anthropic
5659
* OpenAI
@@ -61,6 +64,7 @@ class ModelSettings(TypedDict, total=False):
6164
"""Override the client-level default timeout for a request, in seconds.
6265
6366
Supported by:
67+
6468
* Gemini
6569
* Anthropic
6670
* OpenAI

0 commit comments

Comments
 (0)