RunnableWithChatHistoryInput Class — langchain Architecture
Architecture documentation for the RunnableWithChatHistoryInput class in test_history.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 0e44046e_8f0b_c9ed_f073_b2c7578d39b6["RunnableWithChatHistoryInput"] 0af0dfde_fe33_f3e5_b5e6_a3d18260dc67["test_history.py"] 0e44046e_8f0b_c9ed_f073_b2c7578d39b6 -->|defined in| 0af0dfde_fe33_f3e5_b5e6_a3d18260dc67
Relationship Graph
Source Code
libs/core/tests/unit_tests/runnables/test_history.py lines 457–458
class RunnableWithChatHistoryInput(BaseModel):
input: str | BaseMessage | Sequence[BaseMessage]
Source
Frequently Asked Questions
What is the RunnableWithChatHistoryInput class?
RunnableWithChatHistoryInput is a class in the langchain codebase, defined in libs/core/tests/unit_tests/runnables/test_history.py.
Where is RunnableWithChatHistoryInput defined?
RunnableWithChatHistoryInput is defined in libs/core/tests/unit_tests/runnables/test_history.py at line 457.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free