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

Method isRetryableError

packages/agent-core/src/loop/llm.ts:94–94  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

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

Callers 1

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