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

File chain.py

templates/skeleton-of-thought/skeleton_of_thought/chain.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from langchain_community.chat_models import ChatOpenAI
2from langchain_core.output_parsers import StrOutputParser
3from langchain_core.prompts import ChatPromptTemplate
4from langchain_core.pydantic_v1 import BaseModel

Callers

nothing calls this directly

Calls 6

ChatOpenAIClass · 0.90
StrOutputParserClass · 0.90
from_templateMethod · 0.45
assignMethod · 0.45
with_typesMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected