§
    )`ƒiä  ã                   ó    — d Z  G d„ d¦  «        Zej        dddœej        dddœej        dddœej        dddœej        dd	dœej        dd
dœiZdS )z)FastAPI-specific configuration constants.c                   ó*   — e Zd ZdZdZdZdZdZdZdZ	dS )	ÚFastAPIEnvVarsz#FastAPI environment variable names.ÚCUSTOM_FASTAPI_PING_HANDLERÚ!CUSTOM_FASTAPI_INVOCATION_HANDLERÚCUSTOM_PRE_PROCESSÚCUSTOM_POST_PROCESSÚ"CUSTOM_FASTAPI_MIDDLEWARE_THROTTLEÚ*CUSTOM_FASTAPI_MIDDLEWARE_PRE_POST_PROCESSN)
Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r	   © ó    ú‹/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/model_hosting_container_standards/common/fastapi/config.pyr   r      sA   € € € € € Ø-Ð-ð #@ÐØ(KÐ%ð .ÐØ/ÐØ)MÐ&à4ð /Ð.Ð.r   r   Nz?Custom ping handler specification (function spec or router URL))ÚdefaultÚdescriptionzECustom invocation handler specification (function spec or router URL)ztCustom pre-process middleware specification (filename.py:function | module.name:function | module.name:Class.method)zuCustom post-process middleware specification (filename.py:function | module.name:function | module.name:Class.method)zqCustom throttle middleware specification (filename.py:function | module.name:function | module.name:Class.method)zyCustom pre/post process middleware specification (filename.py:function | module.name:function | module.name:Class.method))	r   r   r   r   r   r   r   r	   ÚFASTAPI_ENV_CONFIGr   r   r   ú<module>r      sß   ðØ /Ð /ðð ð ð ð ñ ô ð ð& Ô.ØØXð1ð 1ð Ô4ØØ^ð7ð 7ð
 Ô%Øð Nð(ð (ð Ô&Øð Oð)ð )ð Ô5Øð Kð8ð 8ð Ô=Øð Sð@ð @ð/Ð Ð Ð r   