Home / Function/ input_keys() — langchain Function Reference

input_keys() — langchain Function Reference

Architecture documentation for the input_keys() function in agent.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  dc5f5326_a27f_aa2c_6d57_00410d073fcc["input_keys()"]
  c55759c0_8c32_142f_44ff_2733a473d3e2["Agent"]
  dc5f5326_a27f_aa2c_6d57_00410d073fcc -->|defined in| c55759c0_8c32_142f_44ff_2733a473d3e2
  style dc5f5326_a27f_aa2c_6d57_00410d073fcc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/agents/agent.py lines 815–817

    def input_keys(self) -> list[str]:
        """Return the input keys."""
        return list(set(self.llm_chain.input_keys) - {"agent_scratchpad"})

Subdomains

Frequently Asked Questions

What does input_keys() do?
input_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/agent.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/agents/agent.py at line 815.

Analyze Your Own Codebase

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

Try Supermodel Free