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.

Function python LangChainCore Runnables calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  1a39ea65_3732_7ee0_010f_b418eeea3806["ignore_llm()"]
  97fbbdab_62ae_4a18_0986_15714bc2ccda["FakeCallbackHandler"]
  1a39ea65_3732_7ee0_010f_b418eeea3806 -->|defined in| 97fbbdab_62ae_4a18_0986_15714bc2ccda
  42328a5e_9ef5_1c72_f9d8_f9f37a7cb802["ignore_llm()"]
  42328a5e_9ef5_1c72_f9d8_f9f37a7cb802 -->|calls| 1a39ea65_3732_7ee0_010f_b418eeea3806
  42328a5e_9ef5_1c72_f9d8_f9f37a7cb802["ignore_llm()"]
  1a39ea65_3732_7ee0_010f_b418eeea3806 -->|calls| 42328a5e_9ef5_1c72_f9d8_f9f37a7cb802
  style 1a39ea65_3732_7ee0_010f_b418eeea3806 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/groq/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

Calls

Called By

Frequently Asked Questions

What does ignore_llm() do?
ignore_llm() is a function in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is ignore_llm() defined?
ignore_llm() is defined in libs/partners/groq/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