Exception: Terret::TurnOpenInLog

Inherits:
StandardError
  • Object
show all
Defined in:
lib/terret/loop.rb

Overview

Raised when run_turn is called on a session whose log still holds an open turn. A second turn/start would strand whatever the open turn owes — resumable? scans from the LAST turn/start — and leave the projection carrying an assistant tool call with no result, which a real adapter rejects outright, forever. Resume the open turn instead.