Skip to main content

INTERRUPTED_TOOL_RESULT

Constant INTERRUPTED_TOOL_RESULT 

Source
pub const INTERRUPTED_TOOL_RESULT: &str = "[error] interrupted: the daemon restarted while this tool call was executing and its \
     result was lost. Verify whether it took effect before re-running side-effecting work.";
Expand description

The synthesized result for a call whose completion never reached the journal. It tells the model plainly that the effect may or may not have landed, so the re-issued turn verifies before re-running side-effecting work.