Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
status
Method · 0.95
runTurn
Method · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected