Skip to content

Commit dec4b6f

Browse files
committed
chore: add clarifying comment in durable_impl
1 parent 191c87f commit dec4b6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llm/src/durability.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ mod durable_impl {
186186
///
187187
/// In live mode it directly calls the underlying LLM stream which is implemented on
188188
/// top of an SSE parser using the wasi-http response body stream.
189+
/// When the `nopoll` feature flag is enabled, all polling related features are disabled
190+
/// and events rely solely on the mechanism defined in the Implementation. Useful for implementations
191+
/// that do not expose a wasi-http response body stream e.g AWS Bedrock.
189192
///
190193
/// In replay mode it buffers the replayed messages, and also tracks the created pollables
191194
/// to be able to reattach them to the new live stream when the switch to live mode

0 commit comments

Comments
 (0)