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