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 02182444_ceed_7ac1_53aa_487eb499f454["input_keys()"] b444f628_93a3_fafc_0827_7b9ca1eef67c["OpenAIFunctionsAgent"] 02182444_ceed_7ac1_53aa_487eb499f454 -->|defined in| b444f628_93a3_fafc_0827_7b9ca1eef67c style 02182444_ceed_7ac1_53aa_487eb499f454 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/agents/openai_functions_agent/base.py lines 87–89
def input_keys(self) -> list[str]:
"""Get input keys. Input refers to user input here."""
return ["input"]
Domain
Subdomains
Source
Frequently Asked Questions
What does input_keys() do?
input_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/agents/openai_functions_agent/base.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/agents/openai_functions_agent/base.py at line 87.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free