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

ChunkRecording

Interface: ChunkRecording

Defined in: activities/chat/stream/types.ts:73

Recording format for replay testing

Properties

chunks

ts
chunks: object[];
chunks: object[];

Defined in: activities/chat/stream/types.ts:78

chunk

ts
chunk: StreamChunk;
chunk: StreamChunk;

index

ts
index: number;
index: number;

timestamp

ts
timestamp: number;
timestamp: number;

model?

ts
optional model: string;
optional model: string;

Defined in: activities/chat/stream/types.ts:76


provider?

ts
optional provider: string;
optional provider: string;

Defined in: activities/chat/stream/types.ts:77


result?

ts
optional result: ProcessorResult;
optional result: ProcessorResult;

Defined in: activities/chat/stream/types.ts:83


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: activities/chat/stream/types.ts:75


version

ts
version: "1.0";
version: "1.0";

Defined in: activities/chat/stream/types.ts:74