Home / Function/ input_keys() — langchain Function Reference

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
  30a6eace_70b6_6f02_5a49_074acde93638["input_keys()"]
  4079b11a_3240_0a70_5830_e3af3b13b06e["OpenAIMultiFunctionsAgent"]
  30a6eace_70b6_6f02_5a49_074acde93638 -->|defined in| 4079b11a_3240_0a70_5830_e3af3b13b06e
  style 30a6eace_70b6_6f02_5a49_074acde93638 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/agents/openai_functions_multi_agent/base.py lines 139–141

    def input_keys(self) -> list[str]:
        """Get input keys. Input refers to user input here."""
        return ["input"]

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/openai_functions_multi_agent/base.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/agents/openai_functions_multi_agent/base.py at line 139.

Analyze Your Own Codebase

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

Try Supermodel Free