Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Nov 4, 2024
1 parent 1d260c1 commit de3aca4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions backend/retrieval_graph/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
hub.pull("langchain-ai/chat-langchain-router-prompt").messages[0].prompt.template
)
GENERATE_QUERIES_SYSTEM_PROMPT = (
hub.pull("langchain-ai/chat-langchain-generate-queries-prompt").messages[0].prompt.template
hub.pull("langchain-ai/chat-langchain-generate-queries-prompt")
.messages[0]
.prompt.template
)
MORE_INFO_SYSTEM_PROMPT = (
hub.pull("langchain-ai/chat-langchain-more-info-prompt").messages[0].prompt.template
)
RESEARCH_PLAN_SYSTEM_PROMPT = (
hub.pull("langchain-ai/chat-langchain-research-plan-prompt").messages[0].prompt.template
hub.pull("langchain-ai/chat-langchain-research-plan-prompt")
.messages[0]
.prompt.template
)
GENERAL_SYSTEM_PROMPT = (
hub.pull("langchain-ai/chat-langchain-general-prompt").messages[0].prompt.template
Expand Down

0 comments on commit de3aca4

Please sign in to comment.