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

Method chat

packages/agent-core/src/loop/llm.ts:95–95  ·  view source on GitHub ↗
(params: LLMChatParams)

Source from the content-addressed store, hash-verified

93 readonly capability?: ModelCapability | undefined;
94 isRetryableError?(error: unknown): boolean;
95 chat(params: LLMChatParams): Promise<LLMChatResponse>;
96}

Callers 3

kosong-llm.test.tsFile · 0.65
chatWithRetryFunction · 0.65

Implementers 3

StreamingLLMpackages/agent-core/test/loop/streamin
FakeLLMpackages/agent-core/test/loop/fixtures
KosongLLMpackages/agent-core/src/agent/turn/kos

Calls

no outgoing calls

Tested by

no test coverage detected