mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
templates: fix deps (#15439)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from langchain.prompts import ChatPromptTemplate
|
||||
from langchain_community.chat_models import ChatOpenAI
|
||||
from langchain_core.output_parsers import StrOutputParser
|
||||
from langchain_core.prompts import ChatPromptTemplate
|
||||
from langchain_core.runnables import ConfigurableField
|
||||
|
||||
WRITER_SYSTEM_PROMPT = "You are an AI critical thinker research assistant. Your sole purpose is to write well written, critically acclaimed, objective and structured reports on given text." # noqa: E501
|
||||
|
Reference in New Issue
Block a user