Skip to content

core / Exports / StreamingResponseChunk

Interface: StreamingResponseChunk

Streaming response chunk interface

Table of contents

Properties

Properties

content

Optional content: string

Defined in

interfaces/ai-provider.ts:38


functionCall

Optional functionCall: any

Defined in

interfaces/ai-provider.ts:39


isComplete

Optional isComplete: boolean

Defined in

interfaces/ai-provider.ts:40

Released under the MIT License.