MCPcopy Index your code
hub / github.com/anomalyco/opencode / emptyModelInfo

Function emptyModelInfo

packages/opencode/src/cli/cmd/run/runtime.boot.ts:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function emptyModelInfo(): ModelInfo {
54 return {
55 providers: [],
56 variants: [],
57 limits: {},
58 }
59}
60
61function emptySessionInfo(): SessionInfo {
62 return {

Callers 1

resolveModelInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected