Home / Class/ JokeWithEvaluation Class — langchain Architecture

JokeWithEvaluation Class — langchain Architecture

Architecture documentation for the JokeWithEvaluation class in test_base.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  8e550c03_3de3_9f82_1422_3777c0f06b28["JokeWithEvaluation"]
  bd382a4e_442c_13ae_530c_6e34bc43623d["test_base.py"]
  8e550c03_3de3_9f82_1422_3777c0f06b28 -->|defined in| bd382a4e_442c_13ae_530c_6e34bc43623d

Relationship Graph

Source Code

libs/partners/openai/tests/integration_tests/chat_models/test_base.py lines 830–835

    class JokeWithEvaluation(TypedDict):
        """Joke to tell user."""

        setup: str
        punchline: str
        self_evaluation: SelfEvaluation

Frequently Asked Questions

What is the JokeWithEvaluation class?
JokeWithEvaluation is a class in the langchain codebase, defined in libs/partners/openai/tests/integration_tests/chat_models/test_base.py.
Where is JokeWithEvaluation defined?
JokeWithEvaluation is defined in libs/partners/openai/tests/integration_tests/chat_models/test_base.py at line 830.

Analyze Your Own Codebase

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

Try Supermodel Free