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

ContentStreamChunk

Interface: ContentStreamChunk

Defined in: types.ts:601

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:604


delta

ts
delta: string;
delta: string;

Defined in: types.ts:603


id

ts
id: string;
id: string;

Defined in: types.ts:596

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:597

Inherited from

BaseStreamChunk.model


role?

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

Defined in: types.ts:605


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:598

Inherited from

BaseStreamChunk.timestamp


type

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

Defined in: types.ts:602

Overrides

BaseStreamChunk.type