Home / Function/ output_keys() — langchain Function Reference

output_keys() — langchain Function Reference

Architecture documentation for the output_keys() function in base.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  24fcfd3a_2f11_a3bc_6421_32dcbc008fe4["output_keys()"]
  5c42d4f5_4dcc_bdad_cf78_f643b26ab2eb["_RapidFuzzChainMixin"]
  24fcfd3a_2f11_a3bc_6421_32dcbc008fe4 -->|defined in| 5c42d4f5_4dcc_bdad_cf78_f643b26ab2eb
  style 24fcfd3a_2f11_a3bc_6421_32dcbc008fe4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/evaluation/string_distance/base.py lines 83–89

    def output_keys(self) -> list[str]:
        """Get the output keys.

        Returns:
            The output keys.
        """
        return ["score"]

Domain

Subdomains

Frequently Asked Questions

What does output_keys() do?
output_keys() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/string_distance/base.py.
Where is output_keys() defined?
output_keys() is defined in libs/langchain/langchain_classic/evaluation/string_distance/base.py at line 83.

Analyze Your Own Codebase

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

Try Supermodel Free