From ab6b41937abb61fe14c4d34f5a61e696e69ca264 Mon Sep 17 00:00:00 2001 From: kavinraj A S <68454569+kavinask007@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:46:18 +0530 Subject: [PATCH] Fixed a typo in smart_llm prompt (#13052) --- libs/experimental/langchain_experimental/smart_llm/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/experimental/langchain_experimental/smart_llm/base.py b/libs/experimental/langchain_experimental/smart_llm/base.py index 792b910b28..8301c5df53 100644 --- a/libs/experimental/langchain_experimental/smart_llm/base.py +++ b/libs/experimental/langchain_experimental/smart_llm/base.py @@ -226,7 +226,7 @@ class SmartLLMChain(Chain): (AIMessagePromptTemplate, "Critique: {critique}"), ( HumanMessagePromptTemplate, - "You are a resolved tasked with 1) finding which of " + "You are a resolver tasked with 1) finding which of " f"the {self.n_ideas} answer options the researcher thought was " "best,2) improving that answer and 3) printing the answer in full. " "Don't output anything for step 1 or 2, only the full answer in 3. "