Expand description
Resume-related types for the ExecutionService layer.
Structs§
- Query
Response - A single LLM response in a
ResumePayload::Batch.
Enums§
- Resume
Outcome - Outcome returned by
crate::execution::ExecutionService::resume. - Resume
Payload - Payload supplied to
crate::execution::ExecutionService::resume. - Terminal
Outcome - Terminal outcome for a session — carried by
ResumeOutcome::Terminaland bycrate::execution::ExecutionService::await_terminal.