MCPcopy
hub / github.com/ahmedkhaleel2004/gitdiagram / GenerationCostSummary

Interface GenerationCostSummary

src/features/diagram/cost.ts:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface GenerationCostSummary {
10 kind: "estimate" | "actual";
11 approximate: boolean;
12 amountUsd: number;
13 display: string;
14 pricingModel: string;
15 usage: GenerationTokenUsage;
16 note?: string;
17}
18
19export interface GenerationStageUsage {
20 stage: "estimate" | "explanation" | "graph_attempt";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected