ChatModelInput Class — langchain Architecture
Architecture documentation for the ChatModelInput class in runner_utils.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 668e488c_dec5_a2dd_511f_331b7d23a5d3["ChatModelInput"] 8253c602_7d0c_9195_a7e1_3e9b19304131["runner_utils.py"] 668e488c_dec5_a2dd_511f_331b7d23a5d3 -->|defined in| 8253c602_7d0c_9195_a7e1_3e9b19304131
Relationship Graph
Source Code
libs/langchain/langchain_classic/smith/evaluation/runner_utils.py lines 297–300
class ChatModelInput(TypedDict):
"""Input for a chat model."""
messages: list[BaseMessage]
Source
Frequently Asked Questions
What is the ChatModelInput class?
ChatModelInput is a class in the langchain codebase, defined in libs/langchain/langchain_classic/smith/evaluation/runner_utils.py.
Where is ChatModelInput defined?
ChatModelInput is defined in libs/langchain/langchain_classic/smith/evaluation/runner_utils.py at line 297.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free