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 73a9f421_157f_7236_20d9_400e5ff48b7c["ignore_llm()"] 9659be4f_91d1_3b62_bcfb_38c048777165["FakeCallbackHandler"] 73a9f421_157f_7236_20d9_400e5ff48b7c -->|defined in| 9659be4f_91d1_3b62_bcfb_38c048777165 6037e1b9_2083_4c82_cb0f_642a70f3006b["ignore_llm()"] 6037e1b9_2083_4c82_cb0f_642a70f3006b -->|calls| 73a9f421_157f_7236_20d9_400e5ff48b7c 6037e1b9_2083_4c82_cb0f_642a70f3006b["ignore_llm()"] 73a9f421_157f_7236_20d9_400e5ff48b7c -->|calls| 6037e1b9_2083_4c82_cb0f_642a70f3006b style 73a9f421_157f_7236_20d9_400e5ff48b7c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/tests/unit_tests/fake/callbacks.py lines 123–125
def ignore_llm(self) -> bool:
"""Whether to ignore LLM callbacks."""
return self.ignore_llm_
Domain
Subdomains
Defined In
Calls
Called By
Source
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 123.
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