diff --git a/src/enhancer.py b/src/enhancer.py index ff85881..47be1ab 100644 --- a/src/enhancer.py +++ b/src/enhancer.py @@ -44,7 +44,11 @@ Input will be provided within this context, providing a structure for the existi # Output Format -Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, and emphasis to improve clarity and presentation. Ensure that all integrated content from the context is accurately reflected. Return only the markdown-formatted note. Do not wrap the output in code blocks or use triple backticks.""" +Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, and emphasis to improve clarity and presentation. + +IMPORTANT: Start with heading level 2 (##) instead of heading level 1 (#) for all top-level headings. Use heading level 3 (###) for subheadings, and so on. + +Ensure that all integrated content from the context is accurately reflected. Return only the markdown-formatted note. Do not wrap the output in code blocks or use triple backticks.""" def get_model_max_tokens(client, model_name): """