MCPcopy
hub / github.com/langchain-ai/langchain / chain.py

File chain.py

templates/sql-research-assistant/sql_research_assistant/chain.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain.pydantic_v1 import BaseModel
2from langchain_core.runnables import RunnablePassthrough
3
4from sql_research_assistant.search.web import chain as search_chain

Callers

nothing calls this directly

Calls 4

RunnablePassthroughClass · 0.90
assignMethod · 0.45
with_typesMethod · 0.45
invokeMethod · 0.45

Tested by

no test coverage detected