Home / Function/ ignore_llm() — langchain Function Reference

ignore_llm() — langchain Function Reference

Architecture documentation for the ignore_llm() function in fake_callback_handler.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  8afe0655_0e9e_0870_a948_00337680c85d["ignore_llm()"]
  c82a49cc_3a43_e4a6_1cb8_d4b415fb5209["FakeAsyncCallbackHandler"]
  8afe0655_0e9e_0870_a948_00337680c85d -->|defined in| c82a49cc_3a43_e4a6_1cb8_d4b415fb5209
  8671d3cb_8f53_564e_7c9c_feb12d6972a2["ignore_llm()"]
  8671d3cb_8f53_564e_7c9c_feb12d6972a2 -->|calls| 8afe0655_0e9e_0870_a948_00337680c85d
  8671d3cb_8f53_564e_7c9c_feb12d6972a2["ignore_llm()"]
  8afe0655_0e9e_0870_a948_00337680c85d -->|calls| 8671d3cb_8f53_564e_7c9c_feb12d6972a2
  style 8afe0655_0e9e_0870_a948_00337680c85d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py lines 298–300

    def ignore_llm(self) -> bool:
        """Whether to ignore LLM callbacks."""
        return self.ignore_llm_

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does ignore_llm() do?
ignore_llm() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py.
Where is ignore_llm() defined?
ignore_llm() is defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py at line 298.
What does ignore_llm() call?
ignore_llm() calls 1 function(s): ignore_llm.
What calls ignore_llm()?
ignore_llm() is called by 1 function(s): ignore_llm.

Analyze Your Own Codebase

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

Try Supermodel Free