Home / Function/ ignore_llm() — langchain Function Reference

ignore_llm() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  fb21f968_7e97_cf3c_1bdc_68029773f387["ignore_llm()"]
  af283d05_75a6_5813_267b_f03a32501460["BaseCallbackHandler"]
  fb21f968_7e97_cf3c_1bdc_68029773f387 -->|defined in| af283d05_75a6_5813_267b_f03a32501460
  style fb21f968_7e97_cf3c_1bdc_68029773f387 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/langchain_core/callbacks/base.py lines 452–454

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

Domain

Subdomains

Frequently Asked Questions

What does ignore_llm() do?
ignore_llm() is a function in the langchain codebase, defined in libs/core/langchain_core/callbacks/base.py.
Where is ignore_llm() defined?
ignore_llm() is defined in libs/core/langchain_core/callbacks/base.py at line 452.

Analyze Your Own Codebase

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

Try Supermodel Free