fix(ops): gemini-block i summary-byggaren, inte routen
This commit is contained in:
@@ -127,6 +127,17 @@ export interface OpsAlarmBlock {
|
||||
larm: OpsAlarm[];
|
||||
}
|
||||
|
||||
export interface OpsGeminiBlock {
|
||||
anrop_24h: number | null;
|
||||
prompt_tokens_24h: number | null;
|
||||
output_tokens_24h: number | null;
|
||||
total_tokens_24h: number | null;
|
||||
total_tokens_manad: number | null;
|
||||
kostnad_usd_mikrocent_24h: number | null;
|
||||
andel_pa_aamos: number;
|
||||
aamos_agreement: string | null;
|
||||
}
|
||||
|
||||
export interface OpsSummary {
|
||||
app: OpsAppBlock;
|
||||
ekonomi: OpsEconomyBlock;
|
||||
@@ -142,5 +153,6 @@ export interface OpsSummary {
|
||||
sakerhet: OpsSafetyBlock;
|
||||
larm: OpsAlarmBlock;
|
||||
wall: OpsWallBlock;
|
||||
gemini: OpsGeminiBlock;
|
||||
as_of: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user