MCPcopy Index your code
hub / github.com/CodeFox-Repo/codefox / AppConfig

Interface AppConfig

codefox-common/src/config-loader.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface AppConfig {
19 chat: ModelConfig[];
20 embedding: ModelConfig[];
21}
22
23export const exampleConfigContent = `{
24 "$schema": "../config.schema.json",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected