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

import typing

import typing_extensions


class ConfigMessageParams(typing_extensions.TypedDict):
    type: typing.Literal["config"]
    """
    Message type identifier for configuration
    """

    prompt: typing_extensions.NotRequired[str]
    """
    Prompt for ASR model to improve transcription accuracy.
    """
