From 3fb4374a99cbf0b5c50de6621dbc49f3a27e9969 Mon Sep 17 00:00:00 2001 From: "Sven (AAMOS AI)" Date: Wed, 12 Aug 2026 20:48:06 +0700 Subject: [PATCH] feat(ops): gemini-block i summary --- apps/api/src/routes/ops.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/api/src/routes/ops.ts b/apps/api/src/routes/ops.ts index feab331..e89bca8 100644 --- a/apps/api/src/routes/ops.ts +++ b/apps/api/src/routes/ops.ts @@ -61,6 +61,16 @@ export async function opsRoutes(app: FastifyInstance) { } const enriched = structuredClone(summary); + enriched.gemini = { + anrop_24h: null, + prompt_tokens_24h: null, + output_tokens_24h: null, + total_tokens_24h: null, + total_tokens_manad: null, + kostnad_usd_mikrocent_24h: null, + andel_pa_aamos: 0.0, + aamos_agreement: null, + }; if ( enriched.wall && typeof enriched.wall === "object" &&