UNPKG

instantcode

Version:

AI-powered web inspection tool - Pick elements and get instant AI assistance

8 lines (7 loc) 365 B
import type { SendMessage, SendMessageResponse } from './shared/schemas'; /** * Stream a deterministic sequence of mock frames that mimic the real Claude * streaming protocol. This allows the UI to be developed without calling * the actual backend. */ export declare function sampleSendMessageResponses(input: SendMessage): AsyncGenerator<SendMessageResponse>;