Home / Function/ ignore_llm() — langchain Function Reference

ignore_llm() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  6037e1b9_2083_4c82_cb0f_642a70f3006b["ignore_llm()"]
  420de797_6be5_1482_0203_e7dd66c71fd0["FakeAsyncCallbackHandler"]
  6037e1b9_2083_4c82_cb0f_642a70f3006b -->|defined in| 420de797_6be5_1482_0203_e7dd66c71fd0
  73a9f421_157f_7236_20d9_400e5ff48b7c["ignore_llm()"]
  73a9f421_157f_7236_20d9_400e5ff48b7c -->|calls| 6037e1b9_2083_4c82_cb0f_642a70f3006b
  73a9f421_157f_7236_20d9_400e5ff48b7c["ignore_llm()"]
  6037e1b9_2083_4c82_cb0f_642a70f3006b -->|calls| 73a9f421_157f_7236_20d9_400e5ff48b7c
  style 6037e1b9_2083_4c82_cb0f_642a70f3006b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/tests/unit_tests/fake/callbacks.py lines 302–304

    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/core/tests/unit_tests/fake/callbacks.py.
Where is ignore_llm() defined?
ignore_llm() is defined in libs/core/tests/unit_tests/fake/callbacks.py at line 302.
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