Skip to content

Commit c27c1aa

Browse files
committed
Explain: add revert-on-failure behaviour to ugo_sender
If switching to the sending process fails, restore the debugger to its original position so the failed tool call does not leave the session in an unexpected state.
1 parent 3ed5435 commit c27c1aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

explain/explain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ def _call_handler(_):
453453
@report
454454
@source_context
455455
@collect_output
456+
@revert_time_on_failure
456457
@chain_of_thought
457458
def tool_ugo_sender(self) -> None:
458459
"""

0 commit comments

Comments
 (0)