Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

ContentStreamChunk

Interface: ContentStreamChunk

Defined in: types.ts:522

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:525


delta

ts
delta: string;
delta: string;

Defined in: types.ts:524


id

ts
id: string;
id: string;

Defined in: types.ts:517

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:518

Inherited from

BaseStreamChunk.model


role?

ts
optional role: "assistant";
optional role: "assistant";

Defined in: types.ts:526


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:519

Inherited from

BaseStreamChunk.timestamp


type

ts
type: "content";
type: "content";

Defined in: types.ts:523

Overrides

BaseStreamChunk.type