# This file was auto-generated by Fern from our API Definition.

import typing

import typing_extensions


class FlushSignalParams(typing_extensions.TypedDict):
    """
    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.
    """

    type: typing.Literal["flush"]
