diff --git a/libs/experimental/langchain_experimental/smart_llm/base.py b/libs/experimental/langchain_experimental/smart_llm/base.py index 792b910b28bc1..8301c5df5345c 100644 --- a/libs/experimental/langchain_experimental/smart_llm/base.py +++ b/libs/experimental/langchain_experimental/smart_llm/base.py @@ -226,7 +226,7 @@ def get_prompt_strings( (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. "