MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / efficiencyDefaults

Function efficiencyDefaults

src/agent/efficiency-profile.ts:34–36  ·  view source on GitHub ↗
(efficient: boolean)

Source from the content-addressed store, hash-verified

32
33/** Return the default profile values for the given mode. */
34export function efficiencyDefaults(efficient: boolean): EfficiencyDefaults {
35 return efficient ? { ...AGGRESSIVE } : { ...BALANCED };
36}
37
38/**
39 * Resolve a single setting: an explicit user value (a finite number) always wins;

Callers 3

constructorMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected