Skip to content

Commit

Permalink
Update prompt.ts (langchain-ai#1002)
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Campos <[email protected]>
  • Loading branch information
natarius and nfcampos authored Apr 27, 2023
1 parent b6974cd commit 1d945c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain/src/agents/chat_convo/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use this if you want to respond directly to the human. Markdown code snippet for
\`\`\`json
{{{{
"action": "Final Answer",
"action_input": string \\ You should put what you want to return to use here
"action_input": string \\ You should put what you want to return to use here and make sure to use valid json newline characters.
}}}}
\`\`\``;

Expand Down

0 comments on commit 1d945c3

Please sign in to comment.