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

ThinkingStreamChunk

Interface: ThinkingStreamChunk

Defined in: types.ts:731

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:734


delta?

ts
optional delta: string;
optional delta: string;

Defined in: types.ts:733


id

ts
id: string;
id: string;

Defined in: types.ts:664

Inherited from

BaseStreamChunk.id


model

ts
model: string;
model: string;

Defined in: types.ts:665

Inherited from

BaseStreamChunk.model


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:666

Inherited from

BaseStreamChunk.timestamp


type

ts
type: "thinking";
type: "thinking";

Defined in: types.ts:732

Overrides

BaseStreamChunk.type