Skip to main content

V1_STREAM

Constant V1_STREAM 

Source
pub const V1_STREAM: &str = "/v1/stream/{request_id}";
Expand description

Reconnect into a stream started with stream_resumable: true, resuming after the Last-Event-ID the client last saw.

A template, not a literal – see ADMIN_TASK_CANCEL for why this crate writes placeholders in the OpenAPI style. Build a concrete path with v1_stream.

Behind the same key as the endpoint that started the work: the replay buffer holds the model’s output, so reading it must cost exactly what producing it cost.