Skip to content

Documentation / @agentick/react / UseStreamingTextOptions

Interface: UseStreamingTextOptions

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

Options for useStreamingText hook.

Properties

enabled?

optional enabled: boolean

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

Whether the hook is enabled. If false, no text accumulation occurs.

Default

ts
true

sessionId?

optional sessionId: string

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

Optional session ID to filter events for. If not provided, receives text from all sessions.

Released under the ISC License.