o
    Èh  ã                   @  s¬   d dl mZ ddlmZ ddlmZmZ ddlmZm	Z	m
Z
mZmZmZ ddgZG d	d„ deƒZG d
d„ deƒZG dd„ dƒZG dd„ dƒZG dd„ dƒZG dd„ dƒZdS )é    )Úannotationsé   )Úcached_property)ÚSyncAPIResourceÚAsyncAPIResourceé   )ÚCompletionsÚAsyncCompletionsÚCompletionsWithRawResponseÚAsyncCompletionsWithRawResponseÚ CompletionsWithStreamingResponseÚ%AsyncCompletionsWithStreamingResponseÚChatÚ	AsyncChatc                   @  ó6   e Zd Zeddd„ƒZeddd„ƒZedd	d
„ƒZdS )r   Úreturnr   c                 C  ó
   t | jƒS ©N)r   Ú_client©Úself© r   úl/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/groq/resources/chat/chat.pyÚcompletions   ó   
zChat.completionsÚChatWithRawResponsec                 C  ó   t | ƒS ©a  
        This property can be used as a prefix for any HTTP method call to return
        the raw response object instead of the parsed content.

        For more information, see https://www.github.com/groq/groq-python#accessing-raw-response-data-eg-headers
        )r   r   r   r   r   Úwith_raw_response   ó   zChat.with_raw_responseÚChatWithStreamingResponsec                 C  r   ©zÈ
        An alternative to `.with_raw_response` that doesn't eagerly read the response body.

        For more information, see https://www.github.com/groq/groq-python#with_streaming_response
        )r    r   r   r   r   Úwith_streaming_response"   ó   zChat.with_streaming_responseN)r   r   )r   r   )r   r    ©Ú__name__Ú
__module__Ú__qualname__r   r   r   r"   r   r   r   r   r      ó    	c                   @  r   )r   r   r	   c                 C  r   r   )r	   r   r   r   r   r   r   -   r   zAsyncChat.completionsÚAsyncChatWithRawResponsec                 C  r   r   )r)   r   r   r   r   r   1   r   zAsyncChat.with_raw_responseÚAsyncChatWithStreamingResponsec                 C  r   r!   )r*   r   r   r   r   r"   ;   r#   z!AsyncChat.with_streaming_responseN)r   r	   )r   r)   )r   r*   r$   r   r   r   r   r   ,   r(   c                   @  ó$   e Zd Zddd„Zeddd	„ƒZd
S )r   Úchatr   r   ÚNonec                 C  ó
   || _ d S r   ©Ú_chat©r   r,   r   r   r   Ú__init__F   ó   
zChatWithRawResponse.__init__r
   c                 C  ó   t | jjƒS r   )r
   r0   r   r   r   r   r   r   I   ó   zChatWithRawResponse.completionsN©r,   r   r   r-   )r   r
   ©r%   r&   r'   r2   r   r   r   r   r   r   r   E   ó    
r   c                   @  r+   )r)   r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   O   r3   z!AsyncChatWithRawResponse.__init__r   c                 C  r4   r   )r   r0   r   r   r   r   r   r   R   r5   z$AsyncChatWithRawResponse.completionsN©r,   r   r   r-   )r   r   r7   r   r   r   r   r)   N   r8   r)   c                   @  r+   )r    r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   X   r3   z"ChatWithStreamingResponse.__init__r   c                 C  r4   r   )r   r0   r   r   r   r   r   r   [   r5   z%ChatWithStreamingResponse.completionsNr6   )r   r   r7   r   r   r   r   r    W   r8   r    c                   @  r+   )r*   r,   r   r   r-   c                 C  r.   r   r/   r1   r   r   r   r2   a   r3   z'AsyncChatWithStreamingResponse.__init__r   c                 C  r4   r   )r   r0   r   r   r   r   r   r   d   r5   z*AsyncChatWithStreamingResponse.completionsNr9   )r   r   r7   r   r   r   r   r*   `   r8   r*   N)Ú
__future__r   Ú_compatr   Ú	_resourcer   r   r   r   r	   r
   r   r   r   Ú__all__r   r   r   r)   r    r*   r   r   r   r   Ú<module>   s    				