MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / emits_tokens

Method emits_tokens

core/src/stream.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 /// Whether this mode emits `Token` events (real-time LLM output).
48 #[inline]
49 pub fn emits_tokens(&self) -> bool {
50 matches!(self, Self::Messages | Self::All)
51 }
52
53 /// Whether this mode emits `ToolCall*` events.
54 #[inline]

Calls

no outgoing calls

Tested by

no test coverage detected