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" &&