output_keys() — langchain Function Reference
Architecture documentation for the output_keys() function in string_run_evaluator.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD c7b93912_1d0e_3a43_95ee_bbb83c9cba45["output_keys()"] 96e174c1_4107_a88b_8d98_3f22e5d7fb20["StringRunEvaluatorChain"] c7b93912_1d0e_3a43_95ee_bbb83c9cba45 -->|defined in| 96e174c1_4107_a88b_8d98_3f22e5d7fb20 049c89ef_0ad2_3788_aeba_88ffacedb13a["output_keys()"] 049c89ef_0ad2_3788_aeba_88ffacedb13a -->|calls| c7b93912_1d0e_3a43_95ee_bbb83c9cba45 049c89ef_0ad2_3788_aeba_88ffacedb13a["output_keys()"] c7b93912_1d0e_3a43_95ee_bbb83c9cba45 -->|calls| 049c89ef_0ad2_3788_aeba_88ffacedb13a style c7b93912_1d0e_3a43_95ee_bbb83c9cba45 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py lines 295–296
def output_keys(self) -> list[str]:
return ["feedback"]
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does output_keys() do?
output_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py.
Where is output_keys() defined?
output_keys() is defined in libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py at line 295.
What does output_keys() call?
output_keys() calls 1 function(s): output_keys.
What calls output_keys()?
output_keys() is called by 1 function(s): output_keys.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free