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

Class

packages/kosong/src/errors.ts:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 * The API returned an empty response (no content, no tool calls).
72 */
73export class APIEmptyResponseError extends ChatProviderError {
74 readonly finishReason: FinishReason | null;
75 readonly rawFinishReason: string | null;
76

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected