input_keys() — langchain Function Reference
Architecture documentation for the input_keys() function in string_run_evaluator.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD ab991e3e_2b83_fd23_e115_c0d8c308128c["input_keys()"] 96e174c1_4107_a88b_8d98_3f22e5d7fb20["StringRunEvaluatorChain"] ab991e3e_2b83_fd23_e115_c0d8c308128c -->|defined in| 96e174c1_4107_a88b_8d98_3f22e5d7fb20 style ab991e3e_2b83_fd23_e115_c0d8c308128c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py lines 290–291
def input_keys(self) -> list[str]:
return ["run", "example"]
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/smith/evaluation/string_run_evaluator.py.
Where is input_keys() defined?
input_keys() is defined in libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py at line 290.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free