input_keys() — langchain Function Reference
Architecture documentation for the input_keys() function in base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD c1caf722_a416_e433_80bb_b0cf8e6ac633["input_keys()"] c827daf0_9d8e_4865_a678_af8144586d0e["FlareChain"] c1caf722_a416_e433_80bb_b0cf8e6ac633 -->|defined in| c827daf0_9d8e_4865_a678_af8144586d0e 8c50a119_1cd3_4545_73b7_ce942f876b6a["input_keys()"] 8c50a119_1cd3_4545_73b7_ce942f876b6a -->|calls| c1caf722_a416_e433_80bb_b0cf8e6ac633 8c50a119_1cd3_4545_73b7_ce942f876b6a["input_keys()"] c1caf722_a416_e433_80bb_b0cf8e6ac633 -->|calls| 8c50a119_1cd3_4545_73b7_ce942f876b6a style c1caf722_a416_e433_80bb_b0cf8e6ac633 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/chains/flare/base.py lines 126–128
def input_keys(self) -> list[str]:
"""Input keys for the chain."""
return ["user_input"]
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does input_keys() do?
input_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/chains/flare/base.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/chains/flare/base.py at line 126.
What does input_keys() call?
input_keys() calls 1 function(s): input_keys.
What calls input_keys()?
input_keys() is called by 1 function(s): input_keys.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free