supports_json_mode() — langchain Function Reference
Architecture documentation for the supports_json_mode() function in test_azure_standard.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 9f1d000c_ae15_75ba_078e_5401313e7a6c["supports_json_mode()"] b64c6267_b94f_4786_4a82_50383ec4940c["TestAzureOpenAIResponses"] 9f1d000c_ae15_75ba_078e_5401313e7a6c -->|defined in| b64c6267_b94f_4786_4a82_50383ec4940c 5bf86c17_4dce_a9c4_c275_76ac06299a4b["supports_json_mode()"] 5bf86c17_4dce_a9c4_c275_76ac06299a4b -->|calls| 9f1d000c_ae15_75ba_078e_5401313e7a6c 5bf86c17_4dce_a9c4_c275_76ac06299a4b["supports_json_mode()"] 9f1d000c_ae15_75ba_078e_5401313e7a6c -->|calls| 5bf86c17_4dce_a9c4_c275_76ac06299a4b style 9f1d000c_ae15_75ba_078e_5401313e7a6c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py lines 64–65
def supports_json_mode(self) -> bool:
return True
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does supports_json_mode() do?
supports_json_mode() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py.
Where is supports_json_mode() defined?
supports_json_mode() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py at line 64.
What does supports_json_mode() call?
supports_json_mode() calls 1 function(s): supports_json_mode.
What calls supports_json_mode()?
supports_json_mode() is called by 1 function(s): supports_json_mode.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free