MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getDefaultConfig

Function getDefaultConfig

packages/agent-core/src/config/schema.ts:303–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301export type KimiConfigPatch = z.infer<typeof KimiConfigPatchSchema>;
302
303export function getDefaultConfig(): KimiConfig {
304 return {
305 providers: {},
306 };
307}
308
309export function validateConfig(config: unknown): KimiConfig {
310 try {

Callers 5

applyFunction · 0.90
env-model.test.tsFile · 0.90
readConfigFileFunction · 0.90
loadRuntimeConfigSafeFunction · 0.90
parseConfigStringFunction · 0.90

Calls

no outgoing calls

Tested by 1

applyFunction · 0.72