Skip to content

Documentation / @agentick/react / UseStreamingTextResult

Interface: UseStreamingTextResult ​

Defined in: react/src/types.ts:252

Return value from useStreamingText hook.

Properties ​

clear() ​

clear: () => void

Defined in: react/src/types.ts:266

Clear the accumulated text.

Returns ​

void


isStreaming ​

isStreaming: boolean

Defined in: react/src/types.ts:261

Whether currently streaming (between tick_start and execution_end).


text ​

text: string

Defined in: react/src/types.ts:256

Accumulated text from content_delta events.

Released under the ISC License.