Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ okResponse
Function
okResponse
packages/agent-core/test/loop/retry.test.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
import
{ ProviderManager } from
'#/session/provider-manager'
;
9
10
function
okResponse(): LLMChatResponse {
11
return
{ toolCalls: [], usage: emptyUsage() };
12
}
13
14
function
makeInput(
15
llm: LLM,
Callers
2
chat
Function · 0.85
retry.test.ts
File · 0.85
Calls
1
emptyUsage
Function · 0.90
Tested by
no test coverage detected