You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roq-editor/runtime/src/main/java/io/quarkiverse/roq/editor/runtime/devui/RoqEditorJsonRPCService.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ public class RoqEditorJsonRPCService {
42
42
"markdown", "md",
43
43
"html", "html");
44
44
45
+
privatestaticfinalStringSYSTEM_MESSAGE = "You are a blog content writer. Generate blog post body content in Markdown based on the user's request. Do not include frontmatter or "
46
+
+
47
+
"metadata - only the content. Start directly with the content, no preamble.";
0 commit comments