MCPcopy 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

8import { ProviderManager } from '#/session/provider-manager';
9
10function okResponse(): LLMChatResponse {
11 return { toolCalls: [], usage: emptyUsage() };
12}
13
14function makeInput(
15 llm: LLM,

Callers 2

chatFunction · 0.85
retry.test.tsFile · 0.85

Calls 1

emptyUsageFunction · 0.90

Tested by

no test coverage detected