Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ContentStreamChunk

Interface: ContentStreamChunk

Defined in: types.ts:669

Extends

Properties

content

ts
content: string;
content: string;

Defined in: types.ts:672


delta

ts
delta: string;
delta: string;

Defined in: types.ts:671


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


role?

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

Defined in: types.ts:673


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: types.ts:666

Inherited from

BaseStreamChunk.timestamp


type

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

Defined in: types.ts:670

Overrides

BaseStreamChunk.type