Home / Function/ supports_audio_inputs() — langchain Function Reference

supports_audio_inputs() — langchain Function Reference

Architecture documentation for the supports_audio_inputs() function in test_base_standard.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  60136a55_7a94_f99c_38aa_c6ca2030b01b["supports_audio_inputs()"]
  ee686260_4bf1_8ea2_b412_916a8841649c["AudioModelTests"]
  60136a55_7a94_f99c_38aa_c6ca2030b01b -->|defined in| ee686260_4bf1_8ea2_b412_916a8841649c
  c9f78fcc_db23_c580_0c9d_b41ef13242be["test_audio_model()"]
  c9f78fcc_db23_c580_0c9d_b41ef13242be -->|calls| 60136a55_7a94_f99c_38aa_c6ca2030b01b
  style 60136a55_7a94_f99c_38aa_c6ca2030b01b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py lines 154–155

        def supports_audio_inputs(self) -> bool:
            return True

Domain

Subdomains

Called By

Frequently Asked Questions

What does supports_audio_inputs() do?
supports_audio_inputs() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py.
Where is supports_audio_inputs() defined?
supports_audio_inputs() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_base_standard.py at line 154.
What calls supports_audio_inputs()?
supports_audio_inputs() is called by 1 function(s): test_audio_model.

Analyze Your Own Codebase

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

Try Supermodel Free