feat(ops): gemini-block i summary
This commit is contained in:
@@ -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" &&
|
||||
|
||||
Reference in New Issue
Block a user