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 049c89ef_0ad2_3788_aeba_88ffacedb13a["output_keys()"] e9537ec5_dd39_fde8_64f7_e16f805b8dbe["StringExampleMapper"] 049c89ef_0ad2_3788_aeba_88ffacedb13a -->|defined in| e9537ec5_dd39_fde8_64f7_e16f805b8dbe 2270a289_d8d5_e578_682e_87d6e2193aa4["output_keys()"] 2270a289_d8d5_e578_682e_87d6e2193aa4 -->|calls| 049c89ef_0ad2_3788_aeba_88ffacedb13a c7b93912_1d0e_3a43_95ee_bbb83c9cba45["output_keys()"] c7b93912_1d0e_3a43_95ee_bbb83c9cba45 -->|calls| 049c89ef_0ad2_3788_aeba_88ffacedb13a c7b93912_1d0e_3a43_95ee_bbb83c9cba45["output_keys()"] 049c89ef_0ad2_3788_aeba_88ffacedb13a -->|calls| c7b93912_1d0e_3a43_95ee_bbb83c9cba45 style 049c89ef_0ad2_3788_aeba_88ffacedb13a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/smith/evaluation/string_run_evaluator.py lines 231–233
def output_keys(self) -> list[str]:
"""The keys to extract from the run."""
return ["reference"]
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 231.
What does output_keys() call?
output_keys() calls 1 function(s): output_keys.
What calls output_keys()?
output_keys() is called by 2 function(s): output_keys, output_keys.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free