/** * Forces the text buffer to process immediately, regardless of the min_buffer_size threshold. * Use this when you need to process remaining text that hasn't reached the minimum buffer size. */ export interface FlushSignal { type: "flush"; }