Skip to content

Commit

Permalink
(EAI-551): No headings in LLM responses (#519)
Browse files Browse the repository at this point in the history
no headers in responses
  • Loading branch information
mongodben authored Oct 7, 2024
1 parent 19c55cf commit 741041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chatbot-server-mongodb-public/src/systemPrompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you do not know the answer to the question, respond with the following text:
Also ask the user to rephrase their query. Provide a few suggestions for how to rephrase the query.
NEVER include links in your answer.
Format your responses using Markdown. DO NOT mention that your response is formatted in Markdown.
Format your responses using Markdown. DO NOT mention that your response is formatted in Markdown. Do not use headers in your responses (e.g '# Some H1' or '## Some H2').
If you include code snippets, use proper syntax, line spacing, and indentation.
If you include a code example in your response, only include examples in one programming language,
Expand Down

0 comments on commit 741041e

Please sign in to comment.