Home / Function/ test_json_schema_evaluator_evaluation_name() — langchain Function Reference

test_json_schema_evaluator_evaluation_name() — langchain Function Reference

Architecture documentation for the test_json_schema_evaluator_evaluation_name() function in test_json_schema.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  f26ee0bd_63e1_0e26_12d0_a210e19bfac4["test_json_schema_evaluator_evaluation_name()"]
  54803af3_7979_cadf_df7b_bcd305ce919c["test_json_schema.py"]
  f26ee0bd_63e1_0e26_12d0_a210e19bfac4 -->|defined in| 54803af3_7979_cadf_df7b_bcd305ce919c
  style f26ee0bd_63e1_0e26_12d0_a210e19bfac4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/evaluation/parsing/test_json_schema.py lines 26–29

def test_json_schema_evaluator_evaluation_name(
    json_schema_evaluator: JsonSchemaEvaluator,
) -> None:
    assert json_schema_evaluator.evaluation_name == "json_schema_validation"

Domain

Subdomains

Frequently Asked Questions

What does test_json_schema_evaluator_evaluation_name() do?
test_json_schema_evaluator_evaluation_name() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/evaluation/parsing/test_json_schema.py.
Where is test_json_schema_evaluator_evaluation_name() defined?
test_json_schema_evaluator_evaluation_name() is defined in libs/langchain/tests/unit_tests/evaluation/parsing/test_json_schema.py at line 26.

Analyze Your Own Codebase

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

Try Supermodel Free