Skip to content

Commit 2e2ecf8

Browse files
committed
fix(wire): remove duplicate ContextOverflowRecovered class definition
1 parent c17ac9c commit 2e2ecf8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/pythinker_code/wire/types.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -356,14 +356,6 @@ class ContextOverflowRecovered(BaseModel):
356356
"""Step number that triggered the overflow rejection."""
357357

358358

359-
class ContextOverflowRecovered(BaseModel):
360-
"""Reactive context-overflow compact retry outcome."""
361-
362-
outcome: Literal["recovered", "failed"]
363-
trigger_step: int
364-
"""The step number that triggered the overflow rejection."""
365-
366-
367359
class SubagentEvent(BaseModel):
368360
"""
369361
An event from a subagent.

0 commit comments

Comments
 (0)