MCPcopy Index your code
hub / github.com/experdot/pointer / RequestState

Interface RequestState

src/main/aiHandler.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type RequestStatus = 'running' | 'completed' | 'failed' | 'aborted'
15
16interface RequestState {
17 event: Electron.IpcMainInvokeEvent
18 eventChannel: string
19 fullResponse: string
20 fullReasoning: string
21 status: RequestStatus
22}
23
24class AIHandler {
25 private abortControllers = new Map<string, AbortController>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected