Ë
    $Æ%h¥²  ã                  ó¨  — d dl mZ d dlmZmZmZ d dlmZ d dlZddl	m
Z
 ddlmZmZmZmZmZ ddlmZmZ dd	lmZ dd
lmZmZ ddlmZmZ ddlmZmZ ddlm Z m!Z!m"Z" ddl#m$Z$m%Z% ddl&m'Z' ddl(m)Z) ddl*m+Z+ ddl,m-Z- ddl.m/Z/ ddl0m1Z1 ddl2m3Z3 ddgZ4 G d„ de«      Z5 G d„ de«      Z6 G d„ d«      Z7 G d„ d«      Z8 G d„ d«      Z9 G d „ d!«      Z:y)"é    )Úannotations)ÚUnionÚIterableÚOptional)ÚLiteralNé   )Ú_legacy_response)Ú	NOT_GIVENÚBodyÚQueryÚHeadersÚNotGiven)Úmaybe_transformÚasync_maybe_transform)Úcached_property)ÚSyncAPIResourceÚAsyncAPIResource)Úto_streamed_response_wrapperÚ"async_to_streamed_response_wrapper)ÚSyncCursorPageÚAsyncCursorPage)Úassistant_list_paramsÚassistant_create_paramsÚassistant_update_params)ÚAsyncPaginatorÚmake_request_options)Ú	Assistant)Ú	ChatModel)ÚAssistantDeleted)ÚMetadata)ÚReasoningEffort)ÚAssistantToolParam)Ú"AssistantResponseFormatOptionParamÚ
AssistantsÚAsyncAssistantsc                  ó”  — e Zd Zedd„«       Zedd„«       Zeeeeeeeeeedddedœ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd„Zdddedœ	 	 	 	 	 	 	 	 	 	 	 dd„Zeeeeeeeeeeedddedœ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd	„Z	eeeeddded
œ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd„Z
dddedœ	 	 	 	 	 	 	 	 	 	 	 dd„Zy)r$   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/openai/openai-python#accessing-raw-response-data-eg-headers
        )ÚAssistantsWithRawResponse©Úselfs    ú^/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/openai/resources/beta/assistants.pyÚwith_raw_responsezAssistants.with_raw_response#   s   € ô )¨Ó.Ð.ó    c                ó   — t        | «      S ©zÌ
        An alternative to `.with_raw_response` that doesn't eagerly read the response body.

        For more information, see https://www.github.com/openai/openai-python#with_streaming_response
        )ÚAssistantsWithStreamingResponser*   s    r,   Úwith_streaming_responsez"Assistants.with_streaming_response-   s   € ô /¨tÓ4Ð4r.   N©ÚdescriptionÚinstructionsÚmetadataÚnameÚreasoning_effortÚresponse_formatÚtemperatureÚtool_resourcesÚtoolsÚtop_pÚextra_headersÚextra_queryÚ
extra_bodyÚtimeoutc               óª   — ddi|xs i ¥}| j                  dt        |||||||||	|
|dœt        j                  «      t	        ||||¬«      t
        ¬«      S )á¹  
        Create an assistant with a model and instructions.

        Args:
          model: ID of the model to use. You can use the
              [List models](https://platform.openai.com/docs/api-reference/models/list) API to
              see all of your available models, or see our
              [Model overview](https://platform.openai.com/docs/models) for descriptions of
              them.

          description: The description of the assistant. The maximum length is 512 characters.

          instructions: The system instructions that the assistant uses. The maximum length is 256,000
              characters.

          metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
              for storing additional information about the object in a structured format, and
              querying for objects via API or the dashboard.

              Keys are strings with a maximum length of 64 characters. Values are strings with
              a maximum length of 512 characters.

          name: The name of the assistant. The maximum length is 256 characters.

          reasoning_effort: **o-series models only**

              Constrains effort on reasoning for
              [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
              supported values are `low`, `medium`, and `high`. Reducing reasoning effort can
              result in faster responses and fewer tokens used on reasoning in a response.

          response_format: Specifies the format that the model must output. Compatible with
              [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
              [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
              and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.

              Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
              Outputs which ensures the model will match your supplied JSON schema. Learn more
              in the
              [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).

              Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
              message the model generates is valid JSON.

              **Important:** when using JSON mode, you **must** also instruct the model to
              produce JSON yourself via a system or user message. Without this, the model may
              generate an unending stream of whitespace until the generation reaches the token
              limit, resulting in a long-running and seemingly "stuck" request. Also note that
              the message content may be partially cut off if `finish_reason="length"`, which
              indicates the generation exceeded `max_tokens` or the conversation exceeded the
              max context length.

          temperature: What sampling temperature to use, between 0 and 2. Higher values like 0.8 will
              make the output more random, while lower values like 0.2 will make it more
              focused and deterministic.

          tool_resources: A set of resources that are used by the assistant's tools. The resources are
              specific to the type of tool. For example, the `code_interpreter` tool requires
              a list of file IDs, while the `file_search` tool requires a list of vector store
              IDs.

          tools: A list of tool enabled on the assistant. There can be a maximum of 128 tools per
              assistant. Tools can be of types `code_interpreter`, `file_search`, or
              `function`.

          top_p: An alternative to sampling with temperature, called nucleus sampling, where the
              model considers the results of the tokens with top_p probability mass. So 0.1
              means only the tokens comprising the top 10% probability mass are considered.

              We generally recommend altering this or temperature but not both.

          extra_headers: Send extra headers

          extra_query: Add additional query parameters to the request

          extra_body: Add additional JSON properties to the request

          timeout: Override the client-level default timeout for this request, in seconds
        úOpenAI-Betaúassistants=v2ú/assistants©Úmodelr4   r5   r6   r7   r8   r9   r:   r;   r<   r=   ©r>   r?   r@   rA   ©ÚbodyÚoptionsÚcast_to)Ú_postr   r   ÚAssistantCreateParamsr   r   ©r+   rH   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   s                   r,   ÚcreatezAssistants.create6   s…   € ðH '¨ÐQ¸MÒ<OÈRÐQˆØ�z‰zØÜ à"Ø#.Ø$0Ø (Ø Ø(8Ø'6Ø#.Ø&4Ø"Ø"ñô (×=Ñ=óô  )Ø+¸ÐQ[Ðelôô ð+ ó 
ð 	
r.   rI   c          	     ó†   — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||¬«      t        ¬«      S )áK  
        Retrieves an assistant.

        Args:
          extra_headers: Send extra headers

          extra_query: Add additional query parameters to the request

          extra_body: Add additional JSON properties to the request

          timeout: Override the client-level default timeout for this request, in seconds
        ú;Expected a non-empty value for `assistant_id` but received rD   rE   ú/assistants/rI   ©rL   rM   ©Ú
ValueErrorÚ_getr   r   ©r+   Úassistant_idr>   r?   r@   rA   s         r,   ÚretrievezAssistants.retrieve³   sh   € ñ. ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ�y‰yØ˜<˜.Ð)Ü(Ø+¸ÐQ[Ðelôô ð ó 
ð 	
r.   ©r4   r5   r6   rH   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   c               óÐ   — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||||||	|
||dœt        j                  «      t        ||||¬«      t        ¬«      S )á�  Modifies an assistant.

        Args:
          description: The description of the assistant.

        The maximum length is 512 characters.

          instructions: The system instructions that the assistant uses. The maximum length is 256,000
              characters.

          metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
              for storing additional information about the object in a structured format, and
              querying for objects via API or the dashboard.

              Keys are strings with a maximum length of 64 characters. Values are strings with
              a maximum length of 512 characters.

          model: ID of the model to use. You can use the
              [List models](https://platform.openai.com/docs/api-reference/models/list) API to
              see all of your available models, or see our
              [Model overview](https://platform.openai.com/docs/models) for descriptions of
              them.

          name: The name of the assistant. The maximum length is 256 characters.

          reasoning_effort: **o-series models only**

              Constrains effort on reasoning for
              [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
              supported values are `low`, `medium`, and `high`. Reducing reasoning effort can
              result in faster responses and fewer tokens used on reasoning in a response.

          response_format: Specifies the format that the model must output. Compatible with
              [GPT-4o](https://platform.openai.com/docs/models#gpt-4o),
              [GPT-4 Turbo](https://platform.openai.com/docs/models#gpt-4-turbo-and-gpt-4),
              and all GPT-3.5 Turbo models since `gpt-3.5-turbo-1106`.

              Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
              Outputs which ensures the model will match your supplied JSON schema. Learn more
              in the
              [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).

              Setting to `{ "type": "json_object" }` enables JSON mode, which ensures the
              message the model generates is valid JSON.

              **Important:** when using JSON mode, you **must** also instruct the model to
              produce JSON yourself via a system or user message. Without this, the model may
              generate an unending stream of whitespace until the generation reaches the token
              limit, resulting in a long-running and seemingly "stuck" request. Also note that
              the message content may be partially cut off if `finish_reason="length"`, which
              indicates the generation exceeded `max_tokens` or the conversation exceeded the
              max context length.

          temperature: What sampling temperature to use, between 0 and 2. Higher values like 0.8 will
              make the output more random, while lower values like 0.2 will make it more
              focused and deterministic.

          tool_resources: A set of resources that are used by the assistant's tools. The resources are
              specific to the type of tool. For example, the `code_interpreter` tool requires
              a list of file IDs, while the `file_search` tool requires a list of vector store
              IDs.

          tools: A list of tool enabled on the assistant. There can be a maximum of 128 tools per
              assistant. Tools can be of types `code_interpreter`, `file_search`, or
              `function`.

          top_p: An alternative to sampling with temperature, called nucleus sampling, where the
              model considers the results of the tokens with top_p probability mass. So 0.1
              means only the tokens comprising the top 10% probability mass are considered.

              We generally recommend altering this or temperature but not both.

          extra_headers: Send extra headers

          extra_query: Add additional query parameters to the request

          extra_body: Add additional JSON properties to the request

          timeout: Override the client-level default timeout for this request, in seconds
        rT   rD   rE   rU   ©r4   r5   r6   rH   r7   r8   r9   r:   r;   r<   r=   rI   rJ   )rX   rN   r   r   ÚAssistantUpdateParamsr   r   ©r+   r[   r4   r5   r6   rH   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   s                    r,   ÚupdatezAssistants.updateÕ   s¤   € ñ^ ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ�z‰zØ˜<˜.Ð)Ü à#.Ø$0Ø (Ø"Ø Ø(8Ø'6Ø#.Ø&4Ø"Ø"ñô (×=Ñ=óô  )Ø+¸ÐQ[Ðelôô ð+ ó 
ð 	
r.   ©ÚafterÚbeforeÚlimitÚorderr>   r?   r@   rA   c               ó´   — ddi|xs i ¥}| j                  dt        t           t        ||||t	        ||||dœt
        j                  «      ¬«      t        ¬«      S ©a  Returns a list of assistants.

        Args:
          after: A cursor for use in pagination.

        `after` is an object ID that defines your place
              in the list. For instance, if you make a list request and receive 100 objects,
              ending with obj_foo, your subsequent call can include after=obj_foo in order to
              fetch the next page of the list.

          before: A cursor for use in pagination. `before` is an object ID that defines your place
              in the list. For instance, if you make a list request and receive 100 objects,
              starting with obj_foo, your subsequent call can include before=obj_foo in order
              to fetch the previous page of the list.

          limit: A limit on the number of objects to be returned. Limit can range between 1 and
              100, and the default is 20.

          order: Sort order by the `created_at` timestamp of the objects. `asc` for ascending
              order and `desc` for descending order.

          extra_headers: Send extra headers

          extra_query: Add additional query parameters to the request

          extra_body: Add additional JSON properties to the request

          timeout: Override the client-level default timeout for this request, in seconds
        rD   rE   rF   )re   rf   rg   rh   )r>   r?   r@   rA   Úquery)ÚpagerL   rH   )Ú_get_api_listr   r   r   r   r   ÚAssistantListParams©	r+   re   rf   rg   rh   r>   r?   r@   rA   s	            r,   ÚlistzAssistants.list  sy   € ðV '¨ÐQ¸MÒ<OÈRÐQˆØ×!Ñ!ØÜ¤	Ñ*Ü(Ø+Ø'Ø%ØÜ%à!&Ø"(Ø!&Ø!&ñ	ô *×=Ñ=óôô ð% "ó 
ð 	
r.   c          	     ó†   — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||¬«      t        ¬«      S )áH  
        Delete an assistant.

        Args:
          extra_headers: Send extra headers

          extra_query: Add additional query parameters to the request

          extra_body: Add additional JSON properties to the request

          timeout: Override the client-level default timeout for this request, in seconds
        rT   rD   rE   rU   rI   rV   ©rX   Ú_deleter   r   rZ   s         r,   ÚdeletezAssistants.deleteÀ  sh   € ñ. ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ�|‰|Ø˜<˜.Ð)Ü(Ø+¸ÐQ[Ðelôô %ð ó 
ð 	
r.   )Úreturnr)   )rv   r1   © rH   zUnion[str, ChatModel]r4   úOptional[str] | NotGivenr5   rx   r6   úOptional[Metadata] | NotGivenr7   rx   r8   ú$Optional[ReasoningEffort] | NotGivenr9   ú7Optional[AssistantResponseFormatOptionParam] | NotGivenr:   úOptional[float] | NotGivenr;   z:Optional[assistant_create_params.ToolResources] | NotGivenr<   ú'Iterable[AssistantToolParam] | NotGivenr=   r|   r>   úHeaders | Noner?   úQuery | Noner@   úBody | NonerA   ú'float | httpx.Timeout | None | NotGivenrv   r   ©r[   Ústrr>   r~   r?   r   r@   r€   rA   r�   rv   r   ©"r[   rƒ   r4   rx   r5   rx   r6   ry   rH   aÌ  Union[str, Literal['gpt-4.1', 'gpt-4.1-mini', 'gpt-4.1-nano', 'gpt-4.1-2025-04-14', 'gpt-4.1-mini-2025-04-14', 'gpt-4.1-nano-2025-04-14', 'o3-mini', 'o3-mini-2025-01-31', 'o1', 'o1-2024-12-17', 'gpt-4o', 'gpt-4o-2024-11-20', 'gpt-4o-2024-08-06', 'gpt-4o-2024-05-13', 'gpt-4o-mini', 'gpt-4o-mini-2024-07-18', 'gpt-4.5-preview', 'gpt-4.5-preview-2025-02-27', 'gpt-4-turbo', 'gpt-4-turbo-2024-04-09', 'gpt-4-0125-preview', 'gpt-4-turbo-preview', 'gpt-4-1106-preview', 'gpt-4-vision-preview', 'gpt-4', 'gpt-4-0314', 'gpt-4-0613', 'gpt-4-32k', 'gpt-4-32k-0314', 'gpt-4-32k-0613', 'gpt-3.5-turbo', 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-1106', 'gpt-3.5-turbo-0125', 'gpt-3.5-turbo-16k-0613']] | NotGivenr7   rx   r8   rz   r9   r{   r:   r|   r;   z:Optional[assistant_update_params.ToolResources] | NotGivenr<   r}   r=   r|   r>   r~   r?   r   r@   r€   rA   r�   rv   r   )re   ústr | NotGivenrf   r…   rg   úint | NotGivenrh   ú!Literal['asc', 'desc'] | NotGivenr>   r~   r?   r   r@   r€   rA   r�   rv   zSyncCursorPage[Assistant]©r[   rƒ   r>   r~   r?   r   r@   r€   rA   r�   rv   r   ©Ú__name__Ú
__module__Ú__qualname__r   r-   r2   r
   rQ   r\   rc   rp   ru   © r.   r,   r$   r$   "   s5  „ Øò/ó ð/ð ò5ó ð5ð 1:Ø1:Ø2;Ø)2ØAJØS\Ø2;ØU^Ø9BØ,5ð )-Ø$(Ø"&Ø;Dñ'{
ð %ð{
ð .ð	{
ð
 /ð{
ð 0ð{
ð 'ð{
ð ?ð{
ð Qð{
ð 0ð{
ð Sð{
ð 7ð{
ð *ð{
ð  &ð!{
ð" "ð#{
ð$  ð%{
ð& 9ð'{
ð( 
ó){
ðF )-Ø$(Ø"&Ø;Dñ 
àð 
ð &ð 
ð "ð 
ð  ð 
ð 9ð 
ð 
ó 
ðL 1:Ø1:Ø2;ðT Ø)2ØAJØS\Ø2;ØU^Ø9BØ,5ð )-Ø$(Ø"&Ø;Dñ{h
àðh
ð .ð	h
ð
 /ðh
ð 0ðh
ð)ðh
ðb 'ðch
ðd ?ðeh
ðf Qðgh
ðh 0ðih
ðj Sðkh
ðl 7ðmh
ðn *ðoh
ðt &ðuh
ðv "ðwh
ðx  ðyh
ðz 9ð{h
ð| 
ó}h
ðZ !*Ø!*Ø )Ø3<ð )-Ø$(Ø"&Ø;Dñ?
ð ð?
ð ð	?
ð
 ð?
ð 1ð?
ð &ð?
ð "ð?
ð  ð?
ð 9ð?
ð 
#ó?
ðN )-Ø$(Ø"&Ø;Dñ 
àð 
ð &ð 
ð "ð 
ð  ð 
ð 9ð 
ð 
ô 
r.   c                  ó”  — e Zd Zedd„«       Zedd„«       Zeeeeeeeeeedddedœ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd„Zdddedœ	 	 	 	 	 	 	 	 	 	 	 dd„Zeeeeeeeeeeedddedœ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd	„Z	eeeeddded
œ	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 dd„Z
dddedœ	 	 	 	 	 	 	 	 	 	 	 dd„Zy)r%   c                ó   — t        | «      S r(   )ÚAsyncAssistantsWithRawResponser*   s    r,   r-   z!AsyncAssistants.with_raw_responseä  s   € ô .¨dÓ3Ð3r.   c                ó   — t        | «      S r0   )Ú$AsyncAssistantsWithStreamingResponser*   s    r,   r2   z'AsyncAssistants.with_streaming_responseî  s   € ô 4°DÓ9Ð9r.   Nr3   c             ƒ  óÚ   K  — ddi|xs i ¥}| j                  dt        |||||||||	|
|dœt        j                  «      ƒ d{  –—† t	        ||||¬«      t
        ¬«      ƒ d{  –—† S 7 Œ$7 Œ­w)rC   rD   rE   rF   rG   NrI   rJ   )rN   r   r   rO   r   r   rP   s                   r,   rQ   zAsyncAssistants.create÷  sž   è ø€ ðH '¨ÐQ¸MÒ<OÈRÐQˆØ—Z‘ZØÜ,à"Ø#.Ø$0Ø (Ø Ø(8Ø'6Ø#.Ø&4Ø"Ø"ñô (×=Ñ=ó÷ ô  )Ø+¸ÐQ[Ðelôô ð+  ó 
÷ 
ð 	
ðøð
ús$   ‚A A+ÁA'
ÁA+Á"A)Á#A+Á)A+rI   c          	   ƒ  ó¢   K  — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||¬«      t        ¬«      ƒ d{  –—† S 7 Œ­w)rS   rT   rD   rE   rU   rI   rV   NrW   rZ   s         r,   r\   zAsyncAssistants.retrievet  sv   è ø€ ñ. ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ—Y‘YØ˜<˜.Ð)Ü(Ø+¸ÐQ[Ðelôô ð ó 
÷ 
ð 	
ð 
úó   ‚AAÁAÁ	Ar]   c             ƒ  ó   K  — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||||||	|
||dœt        j                  «      ƒ d{  –—† t        ||||¬«      t        ¬«      ƒ d{  –—† S 7 Œ$7 Œ­w)	r_   rT   rD   rE   rU   r`   NrI   rJ   )rX   rN   r   r   ra   r   r   rb   s                    r,   rc   zAsyncAssistants.update–  s½   è ø€ ñ^ ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ—Z‘ZØ˜<˜.Ð)Ü,à#.Ø$0Ø (Ø"Ø Ø(8Ø'6Ø#.Ø&4Ø"Ø"ñô (×=Ñ=ó÷ ô  )Ø+¸ÐQ[Ðelôô ð+  ó 
÷ 
ð 	
ðøð
ús$   ‚AA>ÁA:
ÁA>Á5A<Á6A>Á<A>rd   c               ó´   — ddi|xs i ¥}| j                  dt        t           t        ||||t	        ||||dœt
        j                  «      ¬«      t        ¬«      S rj   )rm   r   r   r   r   r   rn   ro   s	            r,   rp   zAsyncAssistants.list@  sy   € ðV '¨ÐQ¸MÒ<OÈRÐQˆØ×!Ñ!ØÜ ¤Ñ+Ü(Ø+Ø'Ø%ØÜ%à!&Ø"(Ø!&Ø!&ñ	ô *×=Ñ=óôô ð% "ó 
ð 	
r.   c          	   ƒ  ó¢   K  — |st        d|›�«      ‚ddi|xs i ¥}| j                  d|› �t        ||||¬«      t        ¬«      ƒ d{  –—† S 7 Œ­w)rr   rT   rD   rE   rU   rI   rV   Nrs   rZ   s         r,   ru   zAsyncAssistants.delete�  sv   è ø€ ñ. ÜÐZÐ[gÐZjÐkÓlÐlØ&¨ÐQ¸MÒ<OÈRÐQˆØ—\‘\Ø˜<˜.Ð)Ü(Ø+¸ÐQ[Ðelôô %ð "ó 
÷ 
ð 	
ð 
úr•   )rv   r�   )rv   r’   rw   r‚   r„   )re   r…   rf   r…   rg   r†   rh   r‡   r>   r~   r?   r   r@   r€   rA   r�   rv   z5AsyncPaginator[Assistant, AsyncCursorPage[Assistant]]rˆ   r‰   r�   r.   r,   r%   r%   ã  s5  „ Øò4ó ð4ð ò:ó ð:ð 1:Ø1:Ø2;Ø)2ØAJØS\Ø2;ØU^Ø9BØ,5ð )-Ø$(Ø"&Ø;Dñ'{
ð %ð{
ð .ð	{
ð
 /ð{
ð 0ð{
ð 'ð{
ð ?ð{
ð Qð{
ð 0ð{
ð Sð{
ð 7ð{
ð *ð{
ð  &ð!{
ð" "ð#{
ð$  ð%{
ð& 9ð'{
ð( 
ó){
ðF )-Ø$(Ø"&Ø;Dñ 
àð 
ð &ð 
ð "ð 
ð  ð 
ð 9ð 
ð 
ó 
ðL 1:Ø1:Ø2;ðT Ø)2ØAJØS\Ø2;ØU^Ø9BØ,5ð )-Ø$(Ø"&Ø;Dñ{h
àðh
ð .ð	h
ð
 /ðh
ð 0ðh
ð)ðh
ðb 'ðch
ðd ?ðeh
ðf Qðgh
ðh 0ðih
ðj Sðkh
ðl 7ðmh
ðn *ðoh
ðt &ðuh
ðv "ðwh
ðx  ðyh
ðz 9ð{h
ð| 
ó}h
ðZ !*Ø!*Ø )Ø3<ð )-Ø$(Ø"&Ø;Dñ?
ð ð?
ð ð	?
ð
 ð?
ð 1ð?
ð &ð?
ð "ð?
ð  ð?
ð 9ð?
ð 
?ó?
ðN )-Ø$(Ø"&Ø;Dñ 
àð 
ð &ð 
ð "ð 
ð  ð 
ð 9ð 
ð 
ô 
r.   c                  ó   — e Zd Zdd„Zy)r)   c                óz  — || _         t        j                  |j                  «      | _        t        j                  |j                  «      | _        t        j                  |j
                  «      | _        t        j                  |j                  «      | _        t        j                  |j                  «      | _        y ©N)Ú_assistantsr	   Úto_raw_response_wrapperrQ   r\   rc   rp   ru   ©r+   Ú
assistantss     r,   Ú__init__z"AssistantsWithRawResponse.__init__¥  s—   € Ø%ˆÔä&×>Ñ>Ø×Ñó
ˆŒô )×@Ñ@Ø×Ñó
ˆŒô '×>Ñ>Ø×Ñó
ˆŒô %×<Ñ<Ø�O‰Oó
ˆŒ	ô '×>Ñ>Ø×Ñó
ˆ�r.   N©rŸ   r$   rv   ÚNone©rŠ   r‹   rŒ   r    r�   r.   r,   r)   r)   ¤  ó   „ ô
r.   r)   c                  ó   — e Zd Zdd„Zy)r�   c                óz  — || _         t        j                  |j                  «      | _        t        j                  |j                  «      | _        t        j                  |j
                  «      | _        t        j                  |j                  «      | _        t        j                  |j                  «      | _        y r›   )rœ   r	   Úasync_to_raw_response_wrapperrQ   r\   rc   rp   ru   rž   s     r,   r    z'AsyncAssistantsWithRawResponse.__init__º  s—   € Ø%ˆÔä&×DÑDØ×Ñó
ˆŒô )×FÑFØ×Ñó
ˆŒô '×DÑDØ×Ñó
ˆŒô %×BÑBØ�O‰Oó
ˆŒ	ô '×DÑDØ×Ñó
ˆ�r.   N©rŸ   r%   rv   r¢   r£   r�   r.   r,   r�   r�   ¹  r¤   r.   r�   c                  ó   — e Zd Zdd„Zy)r1   c                ó  — || _         t        |j                  «      | _        t        |j                  «      | _        t        |j                  «      | _        t        |j
                  «      | _        t        |j                  «      | _        y r›   )rœ   r   rQ   r\   rc   rp   ru   rž   s     r,   r    z(AssistantsWithStreamingResponse.__init__Ï  sy   € Ø%ˆÔä2Ø×Ñó
ˆŒô 5Ø×Ñó
ˆŒô 3Ø×Ñó
ˆŒô 1Ø�O‰Oó
ˆŒ	ô 3Ø×Ñó
ˆ�r.   Nr¡   r£   r�   r.   r,   r1   r1   Î  r¤   r.   r1   c                  ó   — e Zd Zdd„Zy)r’   c                ó  — || _         t        |j                  «      | _        t        |j                  «      | _        t        |j                  «      | _        t        |j
                  «      | _        t        |j                  «      | _        y r›   )rœ   r   rQ   r\   rc   rp   ru   rž   s     r,   r    z-AsyncAssistantsWithStreamingResponse.__init__ä  sy   € Ø%ˆÔä8Ø×Ñó
ˆŒô ;Ø×Ñó
ˆŒô 9Ø×Ñó
ˆŒô 7Ø�O‰Oó
ˆŒ	ô 9Ø×Ñó
ˆ�r.   Nr¨   r£   r�   r.   r,   r’   r’   ã  r¤   r.   r’   );Ú
__future__r   Útypingr   r   r   Útyping_extensionsr   ÚhttpxÚ r	   Ú_typesr
   r   r   r   r   Ú_utilsr   r   Ú_compatr   Ú	_resourcer   r   Ú	_responser   r   Ú
paginationr   r   Ú
types.betar   r   r   Ú_base_clientr   r   Útypes.beta.assistantr   Útypes.shared.chat_modelr   Útypes.beta.assistant_deletedr   Útypes.shared_params.metadatar    Útypes.shared.reasoning_effortr!   Útypes.beta.assistant_tool_paramr"   Ú1types.beta.assistant_response_format_option_paramr#   Ú__all__r$   r%   r)   r�   r1   r’   r�   r.   r,   ú<module>rÂ      s¥   ðõ #ç ,Ñ ,Ý %ã å  ß ?Õ ?ß <Ý &ß :ß Yß 9÷ñ ÷
 AÝ -Ý 0Ý <Ý 4Ý <Ý AÝ càÐ*Ð
+€ô~
�ô ~
ôB~
Ð&ô ~
÷B
ñ 
÷*
ñ 
÷*
ñ 
÷*
ò 
r.   