Documentation / @agentick/react / UseStreamingTextOptions
Interface: UseStreamingTextOptions
Defined in: react/src/types.ts:234
Options for useStreamingText hook.
Properties
enabled?
optionalenabled:boolean
Defined in: react/src/types.ts:246
Whether the hook is enabled. If false, no text accumulation occurs.
Default
ts
truesessionId?
optionalsessionId:string
Defined in: react/src/types.ts:239
Optional session ID to filter events for. If not provided, receives text from all sessions.