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

ThinkingStreamChunk

Interface: ThinkingStreamChunk

Defined in: types.ts:584

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:587


delta?

ts
optional delta: string;
optional delta: string;

Defined in: types.ts:586


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


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:519

Inherited from

BaseStreamChunk.timestamp


type

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

Defined in: types.ts:585

Overrides

BaseStreamChunk.type