MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / TokenUsage

Interface TokenUsage

benchmark/helpers.ts:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78export interface TokenUsage {
79 inputTokens: number;
80 outputTokens: number;
81}
82
83export interface BenchmarkConfig {
84 model: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected