Home / Function/ supports_image_inputs() — langchain Function Reference

supports_image_inputs() — langchain Function Reference

Architecture documentation for the supports_image_inputs() function in test_azure_standard.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  3922396d_fa18_9450_4a98_7f5ecf5cab62["supports_image_inputs()"]
  b64c6267_b94f_4786_4a82_50383ec4940c["TestAzureOpenAIResponses"]
  3922396d_fa18_9450_4a98_7f5ecf5cab62 -->|defined in| b64c6267_b94f_4786_4a82_50383ec4940c
  dd70b7f4_c886_7828_526b_3b90f9afbd63["supports_image_inputs()"]
  dd70b7f4_c886_7828_526b_3b90f9afbd63 -->|calls| 3922396d_fa18_9450_4a98_7f5ecf5cab62
  dd70b7f4_c886_7828_526b_3b90f9afbd63["supports_image_inputs()"]
  3922396d_fa18_9450_4a98_7f5ecf5cab62 -->|calls| dd70b7f4_c886_7828_526b_3b90f9afbd63
  style 3922396d_fa18_9450_4a98_7f5ecf5cab62 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py lines 56–57

    def supports_image_inputs(self) -> bool:
        return True

Domain

Subdomains

Frequently Asked Questions

What does supports_image_inputs() do?
supports_image_inputs() 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_inputs() defined?
supports_image_inputs() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py at line 56.
What does supports_image_inputs() call?
supports_image_inputs() calls 1 function(s): supports_image_inputs.
What calls supports_image_inputs()?
supports_image_inputs() is called by 1 function(s): supports_image_inputs.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free