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

ChunkRecording

Interface: ChunkRecording

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

Recording format for replay testing

Properties

chunks

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

Defined in: packages/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/ai/src/activities/chat/stream/types.ts:103


provider?

ts
optional provider: string;
optional provider: string;

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


result?

ts
optional result: ProcessorResult;
optional result: ProcessorResult;

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


timestamp

ts
timestamp: number;
timestamp: number;

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


version

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

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