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

Function removeProvider

packages/node-sdk/src/rpc.ts:232–235  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

230 }
231
232 async removeProvider(providerId: string): Promise<KimiConfig> {
233 const rpc = await this.getRpc();
234 return rpc.removeKimiProvider({ providerId });
235 }
236
237 async prompt(input: SessionPromptRpcInput): Promise<void> {
238 const agentId = this.interactiveAgentId;

Callers

nothing calls this directly

Calls 2

removeKimiProviderMethod · 0.80
getRpcMethod · 0.45

Tested by

no test coverage detected