Home / Function/ input_keys() — langchain Function Reference

input_keys() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c75a993b_3d82_0d79_d660_cfa8f4787812["input_keys()"]
  7d9cd052_b35e_d7e6_3e3f_6be2efe55548["SimpleRequestChain"]
  c75a993b_3d82_0d79_d660_cfa8f4787812 -->|defined in| 7d9cd052_b35e_d7e6_3e3f_6be2efe55548
  style c75a993b_3d82_0d79_d660_cfa8f4787812 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/chains/openai_functions/openapi.py lines 213–214

    def input_keys(self) -> list[str]:
        return [self.input_key]

Subdomains

Frequently Asked Questions

What does input_keys() do?
input_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/chains/openai_functions/openapi.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/chains/openai_functions/openapi.py at line 213.

Analyze Your Own Codebase

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

Try Supermodel Free