MCPcopy
hub / github.com/nashsu/llm_wiki / PendingCall

Interface PendingCall

src/test-helpers/mock-stream-chat.ts:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { createDeferred, type Deferred } from "./deferred"
14
15interface PendingCall {
16 config: LlmConfig
17 messages: ChatMessage[]
18 callbacks: StreamCallbacks
19 signal: AbortSignal | undefined
20 deferred: Deferred<void>
21 aborted: boolean
22}
23
24export interface StreamChatHarness {
25 mock: Mock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected