Skip to content

Documentation / @agentick/client / StreamingTextState

Interface: StreamingTextState

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

State for accumulated streaming text.

Properties

isStreaming

readonly isStreaming: boolean

Defined in: client/src/types.ts:243

Whether streaming is currently active


text

readonly text: string

Defined in: client/src/types.ts:241

Accumulated text from content_delta events

Released under the ISC License.