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 382500d commit 4f3da60Copy full SHA for 4f3da60
src/agents/model_settings.py
@@ -40,6 +40,9 @@ class ModelSettings:
40
max_tokens: int | None = None
41
"""The maximum number of output tokens to generate."""
42
43
+ seed: int | None = None
44
+ """The random seed to use when calling the model."""
45
+
46
store: bool | None = None
47
"""Whether to store the generated model response for later retrieval.
48
Defaults to True if not provided."""
0 commit comments