Skip to content

Commit

Permalink
fix: summary being too short
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiseeeh committed Nov 20, 2024
1 parent 0fa5f1f commit c0a792e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ class NoteRemoteDataSource {
1. Your response should be in JSON format with the following keys: "summary","topic", and "isValid".
2. If the note is gibberish or not understandable, please let the user know and return isValid as false.
Take note that the summary should have a minimum of 1 paragraph and a maximum of 2.
"""),
]);

Expand Down

0 comments on commit c0a792e

Please sign in to comment.