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

Function rawThinking

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

Source from the content-addressed store, hash-verified

202}
203
204function rawThinking(config: KimiConfig): ThinkingConfig | undefined {
205 const raw = config.raw?.['thinking'];
206 return typeof raw === 'object' && raw !== null && !Array.isArray(raw)
207 ? (raw as ThinkingConfig)
208 : undefined;
209}

Callers 1

stripEnvModelConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected