supports_audio_inputs() — langchain Function Reference
Architecture documentation for the supports_audio_inputs() function in chat_models.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD e1b29993_102c_d75a_7b68_ff025fa75e45["supports_audio_inputs()"] 93a85b25_a139_159d_bcf5_03a6e2ed4dd3["ChatModelTests"] e1b29993_102c_d75a_7b68_ff025fa75e45 -->|defined in| 93a85b25_a139_159d_bcf5_03a6e2ed4dd3 style e1b29993_102c_d75a_7b68_ff025fa75e45 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/standard-tests/langchain_tests/unit_tests/chat_models.py lines 170–176
def supports_audio_inputs(self) -> bool:
"""Supports audio inputs.
Whether the chat model supports audio inputs, defaults to `False`.
"""
return False
Domain
Subdomains
Source
Frequently Asked Questions
What does supports_audio_inputs() do?
supports_audio_inputs() is a function in the langchain codebase, defined in libs/standard-tests/langchain_tests/unit_tests/chat_models.py.
Where is supports_audio_inputs() defined?
supports_audio_inputs() is defined in libs/standard-tests/langchain_tests/unit_tests/chat_models.py at line 170.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free