From e1f3871a786cd3f8dd7e074d6d77317f61d9af7e Mon Sep 17 00:00:00 2001 From: Yong723 <50616781+Yongtae723@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:12:34 +0900 Subject: [PATCH] fix typo (#570) I found a typo, which might be important for a conversational Agent. if My PR is wrong, I am so sorry --- langchain/agents/conversational/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/agents/conversational/prompt.py b/langchain/agents/conversational/prompt.py index dadfd3077fe..15268a76083 100644 --- a/langchain/agents/conversational/prompt.py +++ b/langchain/agents/conversational/prompt.py @@ -20,7 +20,7 @@ Action Input: the input to the action Observation: the result of the action ``` -When you have a response to say to the Human, or if you do not need to use a too, you MUST use the format: +When you have a response to say to the Human, or if you do not need to use a tool, you MUST use the format: ``` Thought: Do I need to use a tool? No