UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

8 lines (7 loc) 343 B
/** * True when `error` signals a Chat SDK operation the active adapter does not * support. Matched by both `name` and `code` so optional capabilities such as * typing indicators and streaming edits can degrade gracefully instead of * failing the whole event handler. */ export declare function isNotImplemented(error: unknown): boolean;