
    6i                         d Z ddlZdefdZy)zBackwards compatibility module for instructor.process_response.

This module provides lazy imports to maintain backwards compatibility.
    Nnamec                     t        j                  d|  dt        d       ddlm} t        ||       rt        ||       S t        dt         d|  d	      )
zKLazy import to provide backward compatibility for process_response imports.zImporting from 'instructor.process_response' is deprecated and will be removed in v2.0.0. Please update your imports to use 'instructor.processing.response.zH' instead:
  from instructor.processing.response import process_response   )
stacklevel   )responsezmodule 'z' has no attribute '')	warningswarnDeprecationWarning
processingr   hasattrgetattrAttributeError__name__)r   processing_responses     f/root/.openclaw/workspace/visionaryfx/venv/lib/python3.12/site-packages/instructor/process_response.py__getattr__r   	   si    MMMMQF SH	H 	 < "D)*D11
8H:-A$qI
JJ    )__doc__r
   strr    r   r   <module>r      s   
 Kc Kr   