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

Method modelFor

src/bot/runner.ts:39–41  ·  view source on GitHub ↗
(convKey: string)

Source from the content-addressed store, hash-verified

37
38 async reset(convKey: string): Promise<void> {
39 await this.map.clear(convKey);
40 }
41
42 private modelFor(convKey: string): string {
43 return this.modelByKey.get(convKey) ?? this.deps.config.defaults.model;
44 }

Callers 2

statusMethod · 0.95
runTurnMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected