Home / Function/ chat_model_class() — langchain Function Reference

chat_model_class() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  15fb19f1_7da0_09e8_9b68_72f940381463["chat_model_class()"]
  b64c6267_b94f_4786_4a82_50383ec4940c["TestAzureOpenAIResponses"]
  15fb19f1_7da0_09e8_9b68_72f940381463 -->|defined in| b64c6267_b94f_4786_4a82_50383ec4940c
  00e9f862_502a_b459_3aeb_722a090b92f5["chat_model_class()"]
  00e9f862_502a_b459_3aeb_722a090b92f5 -->|calls| 15fb19f1_7da0_09e8_9b68_72f940381463
  4108a62f_d939_597a_2999_9c16869db0bd["chat_model_class()"]
  4108a62f_d939_597a_2999_9c16869db0bd -->|calls| 15fb19f1_7da0_09e8_9b68_72f940381463
  4108a62f_d939_597a_2999_9c16869db0bd["chat_model_class()"]
  15fb19f1_7da0_09e8_9b68_72f940381463 -->|calls| 4108a62f_d939_597a_2999_9c16869db0bd
  style 15fb19f1_7da0_09e8_9b68_72f940381463 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py lines 43–44

    def chat_model_class(self) -> type[BaseChatModel]:
        return AzureChatOpenAI

Domain

Subdomains

Frequently Asked Questions

What does chat_model_class() do?
chat_model_class() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py.
Where is chat_model_class() defined?
chat_model_class() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_azure_standard.py at line 43.
What does chat_model_class() call?
chat_model_class() calls 1 function(s): chat_model_class.
What calls chat_model_class()?
chat_model_class() is called by 2 function(s): chat_model_class, chat_model_class.

Analyze Your Own Codebase

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

Try Supermodel Free