Skip to content

Commit

Permalink
Produce outline in markdown only (microsoft#254)
Browse files Browse the repository at this point in the history
Attempt to address issue where outline is usually produced in markdown
but other times not. User experience consistency.
  • Loading branch information
momuno authored Nov 19, 2024
1 parent 65ee3df commit fe14d8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ def _content_system_message(content: str) -> ChatCompletionSystemMessageParam:
" consider the prior outline. The new outline should be a hierarchical structure with multiple levels of"
" detail, and it should be clear and easy to understand. The outline should be generated in a way that is"
" consistent with the document that will be generated from it. Do not include any explanation before or after"
" the outline, as the generated outline will be stored as its own document."
" the outline, as the generated outline will be stored as its own document. The generated outline should use Markdown."
)
# ("You are an AI assistant that helps draft outlines for a future flushed-out document."
# " You use information from a chat history between a user and an assistant, a prior version of a draft"
Expand Down

0 comments on commit fe14d8e

Please sign in to comment.