Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.65
config-state.test.ts
File · 0.65
chatWithRetry
Function · 0.65
Implementers
3
StreamingLLM
packages/agent-core/test/loop/streamin
FakeLLM
packages/agent-core/test/loop/fixtures
KosongLLM
packages/agent-core/src/agent/turn/kos
Calls
no outgoing calls
Tested by
no test coverage detected