MCPcopy Create free account
hub / github.com/Qinbf/groundmap / listModels

Method listModels

tools/debug-console/lib/providers/codex.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 listModels() {
43 return ["default"];
44 }
45
46 async *runTurn(input: TurnInput): AsyncIterable<AgentEvent> {
47 const bin = process.env.CODEX_BIN || "codex";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected