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

ChunkRecording

Interface: ChunkRecording

Defined in: stream/types.ts:83

Recording format for replay testing

Properties

chunks

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

Defined in: stream/types.ts:88

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: stream/types.ts:86


provider?

ts
optional provider: string;
optional provider: string;

Defined in: stream/types.ts:87


result?

ts
optional result: ProcessorResult;
optional result: ProcessorResult;

Defined in: stream/types.ts:93


timestamp

ts
timestamp: number;
timestamp: number;

Defined in: stream/types.ts:85


version

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

Defined in: stream/types.ts:84