Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

ChunkRecording

Interface: ChunkRecording

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:100

Recording format for replay testing

Properties

chunks

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

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:105

chunk

ts
chunk: AGUIEvent;
chunk: AGUIEvent;

index

ts
index: number;
index: number;

timestamp

ts
timestamp: number;
timestamp: number;

model?

ts
optional model: string;
optional model: string;

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:103


provider?

ts
optional provider: string;
optional provider: string;

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:104


result?

ts
optional result: ProcessorResult;
optional result: ProcessorResult;

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:110


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:102


version

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

Defined in: packages/typescript/ai/src/activities/chat/stream/types.ts:101