MCPcopy Index your code
hub / github.com/thesysdev/openui / useIsStreaming

Function useIsStreaming

packages/react-lang/src/context.ts:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 * Whether the LLM is currently streaming content.
100 */
101export function useIsStreaming() {
102 return useOpenUI().isStreaming;
103}
104
105/**
106 * Whether any Query is currently fetching data.

Callers 15

index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
index.tsxFile · 0.90
TextAreaRendererFunction · 0.90
SwitchGroupRendererFunction · 0.90

Calls 1

useOpenUIFunction · 0.70

Tested by

no test coverage detected