Variable: CompressResponseSchema
Makaio Framework / services-core/compression/schemas / CompressResponseSchema
Variable: CompressResponseSchema
Section titled “Variable: CompressResponseSchema”
constCompressResponseSchema:ZodObject<{compressionEvent:ZodObject<{depth:ZodNumber;model:ZodString;promptVersion:ZodString;resultTokens:ZodNumber;sourceTokens:ZodNumber;timestamp:ZodNumber;type:ZodEnum<{full:"full";incremental:"incremental";rehydrate:"rehydrate"; }>; },$strip>;extractedContext:ZodObject<{component_interactions:ZodRecord<ZodString,ZodString>;constraints_and_requirements:ZodArray<ZodString>;current_state:ZodString;data_flows:ZodArray<ZodString>;helpful_hint:ZodArray<ZodString>;key_decisions_and_rationale:ZodArray<ZodString>;key_files:ZodRecord<ZodString,ZodString>;known_bugs:ZodArray<ZodObject<{impact:ZodString;issue:ZodString;location:ZodString; },$strip>>;resolved_items:ZodArray<ZodString>;roadmap:ZodArray<ZodString>;technical_details:ZodObject<{apis:ZodArray<ZodString>;config:ZodRecord<ZodString,ZodString>;files:ZodArray<ZodString>;schemas:ZodRecord<ZodString,ZodUnknown>; },$strip>;todos:ZodArray<ZodObject<{issue:ZodString;location:ZodString;priority:ZodOptional<ZodEnum<{high:"high";low:"low";medium:"medium"; }>>; },$strip>>; },$strip>;newTokenCount:ZodNumber;sessionId:ZodString; },$strip>
Defined in: ../../../packages/services/core/src/compression/schemas.ts:94
Response after compression completes.