
    *`i0                     2    d dl mZmZ  G d de          ZdS )    )	BaseModel
ConfigDictc                   .    e Zd ZdZ eddd          ZdS )MistralBasez}Base class for all Mistral Pydantic models.

    Forbids extra attributes, validates default values and use enum values.
    forbidT)extravalidate_defaultuse_enum_valuesN)__name__
__module____qualname____doc__r   model_config     g/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/mistral_common/base.pyr   r      s1         
 :HtUYZZZLLLr   r   N)pydanticr   r   r   r   r   r   <module>r      s[    * * * * * * * *[ [ [ [ [) [ [ [ [ [r   