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

Function rawDefaultModel

packages/agent-core/src/config/env-model.ts:199–202  ·  view source on GitHub ↗
(config: KimiConfig)

Source from the content-addressed store, hash-verified

197}
198
199function rawDefaultModel(config: KimiConfig): string | undefined {
200 const raw = config.raw?.['default_model'];
201 return typeof raw === 'string' ? raw : undefined;
202}
203
204function rawThinking(config: KimiConfig): ThinkingConfig | undefined {
205 const raw = config.raw?.['thinking'];

Callers 1

stripEnvModelConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected