From 79bb5c4f9541a2aaba9b06b833b2e3052e3ff24c Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 18 Apr 2023 04:29:17 +0100 Subject: [PATCH] Port format instructions fix from js (#3015) --- langchain/output_parsers/format_instructions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/output_parsers/format_instructions.py b/langchain/output_parsers/format_instructions.py index c91d6ca7..54e5c70c 100644 --- a/langchain/output_parsers/format_instructions.py +++ b/langchain/output_parsers/format_instructions.py @@ -1,6 +1,6 @@ # flake8: noqa -STRUCTURED_FORMAT_INSTRUCTIONS = """The output should be a markdown code snippet formatted in the following schema: +STRUCTURED_FORMAT_INSTRUCTIONS = """The output should be a markdown code snippet formatted in the following schema, including the leading and trailing "\`\`\`json" and "\`\`\`": ```json {{