Skip to content

Commit

Permalink
intelligent-java-blog-reader - fixed grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
hbelmiro committed Jan 23, 2024
1 parent ef5b7c6 commit 6440440
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@RegisterAiService
public interface BlogReaderService {

@SystemMessage("You are an assistant that receives the body of an html page and sum up the article in that page. Add key takeaways to the end of the sum up.")
@SystemMessage("You are an assistant that receives the body of an HTML page and sums up the article on that page. Add key takeaways to the end of the sum-up.")
@UserMessage("""
The body will be sent in parts in the next requests. Don't return anything.
""")
Expand All @@ -23,7 +23,7 @@ public interface BlogReaderService {
String sendBody(String html);

@UserMessage("""
That's it. You can sum up the article and add key takeaways to the end of the sum up.
That's it. You can sum up the article and add key takeaways to the end of the sum-up.
""")
String sumUp();
}

0 comments on commit 6440440

Please sign in to comment.