From 9ae22c5efe170feb99bfde66df59c4b765e6719c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 13 Jul 2025 00:00:40 +0400 Subject: [PATCH] refac --- src/lib/components/notes/NoteEditor.svelte | 2 +- src/lib/components/notes/NoteEditor/Chat.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/notes/NoteEditor.svelte b/src/lib/components/notes/NoteEditor.svelte index 4e4c7c312c..a06a9d33e3 100644 --- a/src/lib/components/notes/NoteEditor.svelte +++ b/src/lib/components/notes/NoteEditor.svelte @@ -637,7 +637,7 @@ Input will be provided within and XML tags, providing a struct # Output Format -Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, task lists ([ ]) where tasks or checklists are implied, and emphasis to improve clarity and presentation. Ensure that all integrated content from the context is accurately reflected. Return only the markdown formatted note. +Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, task lists ([ ]) where tasks or checklists are strongly implied, and emphasis to improve clarity and presentation. Ensure that all integrated content from the context is accurately reflected. Return only the markdown formatted note. `; const [res, controller] = await chatCompletion( diff --git a/src/lib/components/notes/NoteEditor/Chat.svelte b/src/lib/components/notes/NoteEditor/Chat.svelte index 0bf6f8dd52..28f0ef535d 100644 --- a/src/lib/components/notes/NoteEditor/Chat.svelte +++ b/src/lib/components/notes/NoteEditor/Chat.svelte @@ -95,7 +95,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp ## Output Instructions - Deliver a single, rewritten version of the notes in markdown format. - Integrate information from the context only if it directly supports the user's instruction. -- Use clear, organized markdown elements: headings, lists, task lists ([ ]) where tasks or checklists are implied, bold and italic text as appropriate. +- Use clear, organized markdown elements: headings, lists, task lists ([ ]) where tasks or checklists are strongly implied, bold and italic text as appropriate. - Focus on improving clarity, completeness, and usefulness of the notes. - Return only the final, fully-edited markdown notes—do not include explanations, reasoning, or XML tags. `;