Home / Function/ supports_image_tool_message() — langchain Function Reference

supports_image_tool_message() — langchain Function Reference

Architecture documentation for the supports_image_tool_message() function in test_responses_standard.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  e7319265_5d8b_2fb7_6397_60c7aa2ef365["supports_image_tool_message()"]
  25cafc0a_8f3b_2d49_7e58_88f79aca1167["TestOpenAIResponses"]
  e7319265_5d8b_2fb7_6397_60c7aa2ef365 -->|defined in| 25cafc0a_8f3b_2d49_7e58_88f79aca1167
  style e7319265_5d8b_2fb7_6397_60c7aa2ef365 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/openai/tests/integration_tests/chat_models/test_responses_standard.py lines 28–29

    def supports_image_tool_message(self) -> bool:
        return True

Domain

Subdomains

Frequently Asked Questions

What does supports_image_tool_message() do?
supports_image_tool_message() is a function in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_responses_standard.py.
Where is supports_image_tool_message() defined?
supports_image_tool_message() is defined in libs/partners/openai/tests/integration_tests/chat_models/test_responses_standard.py at line 28.

Analyze Your Own Codebase

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

Try Supermodel Free