Skip to content

Commit 6dc3b80

Browse files
authored
Update run_state.py
1 parent 28fba17 commit 6dc3b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/run_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
_MISSING_CONTEXT_SENTINEL = object()
136136

137137

138-
@dataclass(slots=True)
138+
@dataclass
139139
class RunState(Generic[TContext, TAgent]):
140140
"""Serializable snapshot of an agent run, including context, usage, and interruptions.
141141

0 commit comments

Comments
 (0)