From cb646082baa173fdee7f2b1e361be368acef4e7e Mon Sep 17 00:00:00 2001 From: Peng Qu <82029664+pengqu123@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:27:21 +0800 Subject: [PATCH] remove an extra whitespace (#1625) --- langchain/agents/chat/prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/agents/chat/prompt.py b/langchain/agents/chat/prompt.py index ff1ec4d6..3625e202 100644 --- a/langchain/agents/chat/prompt.py +++ b/langchain/agents/chat/prompt.py @@ -18,7 +18,7 @@ ALWAYS use the following format: Question: the input question you must answer Thought: you should always think about what to do -Action: +Action: ``` $JSON_BLOB ```