Skip to content

Commit d71671f

Browse files
authored
Remove additional new line in model_settings.py
1 parent 5cf1e99 commit d71671f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agents/model_settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class ModelSettings:
5151
metadata: dict[str, str] | None = None
5252
"""Metadata to include with the model response call."""
5353

54-
5554
store: bool | None = None
5655
"""Whether to store the generated model response for later retrieval.
5756
Defaults to True if not provided."""

0 commit comments

Comments
 (0)