Skip to main content

Module resume

Module resume 

Source
Expand description

Resume-related types for the ExecutionService layer.

Structs§

QueryResponse
A single LLM response in a ResumePayload::Batch.

Enums§

ResumeOutcome
Outcome returned by crate::execution::ExecutionService::resume.
ResumePayload
Payload supplied to crate::execution::ExecutionService::resume.
TerminalOutcome
Terminal outcome for a session — carried by ResumeOutcome::Terminal and by crate::execution::ExecutionService::await_terminal.