MCPcopy
hub / github.com/TanStack/ai / resetSessionGenerating

Method resetSessionGenerating

packages/ai-client/src/chat-client.ts:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 }
526
527 private resetSessionGenerating(): void {
528 this.activeRunIds.clear()
529 this.persistor?.resetIgnored()
530 this.setSessionGenerating(false)
531 }
532
533 private setError(error: Error | undefined): void {
534 this.error = error

Callers 5

startSubscriptionMethod · 0.95
unsubscribeMethod · 0.95
stopMethod · 0.95
clearMethod · 0.95
updateOptionsMethod · 0.95

Calls 3

setSessionGeneratingMethod · 0.95
resetIgnoredMethod · 0.80
clearMethod · 0.65

Tested by

no test coverage detected