feat(ops): gemini-block i summary

This commit is contained in:
Sven (AAMOS AI)
2026-08-12 20:48:06 +07:00
parent bf04a12b89
commit 3fb4374a99
+10
View File
@@ -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" &&