From ad408803a707ad3bedcfe38f6f67e75f7da287d7 Mon Sep 17 00:00:00 2001 From: akhisud3195 Date: Mon, 17 Feb 2025 11:39:05 +0530 Subject: [PATCH] Add comment to testing_types.ts --- apps/rowboat/app/lib/types/testing_types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/rowboat/app/lib/types/testing_types.ts b/apps/rowboat/app/lib/types/testing_types.ts index c7c1b230..ab68ce14 100644 --- a/apps/rowboat/app/lib/types/testing_types.ts +++ b/apps/rowboat/app/lib/types/testing_types.ts @@ -27,6 +27,8 @@ export const SimulationChatMessagesData = z.object({ export const SimulationData = z.union([SimulationArticleData, SimulationScenarioData, SimulationChatMessagesData]); +// Relevant to simulation batch runs feature + export const SimulationAggregateResult = z.object({ total: z.number(), pass: z.number(),