o
    ưi                     @   s8   d dl mZmZ d dlZd dlmZ G dd deZdS )    )OptionalUnionN)BaseLLMExceptionc                
       s@   e Zd Z	ddededeeeej	f  ddf fddZ
  ZS )	TritonErrorNstatus_codemessageheadersreturnc                    s   t  j|||d d S )N)r   r   r   )super__init__)selfr   r   r   	__class__ W/home/app/Keep/.python/lib/python3.10/site-packages/litellm/llms/triton/common_utils.pyr   	   s   zTritonError.__init__)N)__name__
__module____qualname__intstrr   r   dicthttpxZHeadersr   __classcell__r   r   r   r   r      s    r   )typingr   r   r   Z)litellm.llms.base_llm.chat.transformationr   r   r   r   r   r   <module>   s    