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

Function getExperimentalFeatures

packages/node-sdk/src/rpc.ts:222–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 async getExperimentalFeatures(): Promise<readonly ExperimentalFeatureState[]> {
223 const rpc = await this.getRpc();
224 return rpc.getExperimentalFeatures({});
225 }
226
227 async setConfig(input: KimiConfigPatch): Promise<KimiConfig> {
228 const rpc = await this.getRpc();

Callers

nothing calls this directly

Calls 2

getRpcMethod · 0.45

Tested by

no test coverage detected