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

Function getGenerationState

packages/kosong/test/kimi.test.ts:44–46  ·  view source on GitHub ↗
(provider: KimiChatProvider)

Source from the content-addressed store, hash-verified

42};
43
44function getGenerationState(provider: KimiChatProvider): KimiGenerationState {
45 return Reflect.get(provider, '_generationKwargs') as KimiGenerationState;
46}
47
48/** Capture the request body sent to OpenAI by mocking the client. */
49async function captureRequestBody(

Callers 1

kimi.test.tsFile · 0.70

Calls 1

getMethod · 0.65

Tested by

no test coverage detected