From a71dbc3a7e75fb18679ed3750a01aed97e376672 Mon Sep 17 00:00:00 2001 From: oleg Date: Tue, 5 Nov 2024 18:29:47 +0100 Subject: [PATCH] fix(langchain): Correct typo in format instructions for conversational agent (#7149) --- langchain/src/agents/chat_convo/prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/src/agents/chat_convo/prompt.ts b/langchain/src/agents/chat_convo/prompt.ts index 6778be151099..1a14ae013434 100644 --- a/langchain/src/agents/chat_convo/prompt.ts +++ b/langchain/src/agents/chat_convo/prompt.ts @@ -30,7 +30,7 @@ Use this if you want to respond directly and conversationally to the human. Mark \`\`\`json {{{{ "action": "Final Answer", - "action_input": string // You should put what you want to return to use here and make sure to use valid json newline characters. + "action_input": string // You should put what you want to return to user here and make sure to use valid json newline characters. }}}} \`\`\`