mygitphase's picture
Add files using upload-large-folder tool
5b6b230 verified
# 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.
"""