Home / Function/ evaluation_name() — langchain Function Reference

evaluation_name() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  7889cc16_b142_ee32_920e_dd2b82627370["evaluation_name()"]
  ca6449c4_5552_5059_7a40_009b5af57841["JsonValidityEvaluator"]
  7889cc16_b142_ee32_920e_dd2b82627370 -->|defined in| ca6449c4_5552_5059_7a40_009b5af57841
  fe816892_665d_b9ac_a584_dcce03c8f098["evaluation_name()"]
  fe816892_665d_b9ac_a584_dcce03c8f098 -->|calls| 7889cc16_b142_ee32_920e_dd2b82627370
  fe816892_665d_b9ac_a584_dcce03c8f098["evaluation_name()"]
  7889cc16_b142_ee32_920e_dd2b82627370 -->|calls| fe816892_665d_b9ac_a584_dcce03c8f098
  style 7889cc16_b142_ee32_920e_dd2b82627370 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/evaluation/parsing/base.py lines 58–59

    def evaluation_name(self) -> str:
        return "json_validity"

Domain

Subdomains

Called By

Frequently Asked Questions

What does evaluation_name() do?
evaluation_name() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/parsing/base.py.
Where is evaluation_name() defined?
evaluation_name() is defined in libs/langchain/langchain_classic/evaluation/parsing/base.py at line 58.
What does evaluation_name() call?
evaluation_name() calls 1 function(s): evaluation_name.
What calls evaluation_name()?
evaluation_name() is called by 1 function(s): evaluation_name.

Analyze Your Own Codebase

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

Try Supermodel Free