소스 검색

Adjust instruction

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Shun Miyazawa 1 년 전
부모
커밋
ea361bd3d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/features/openai/server/routes/edit/index.ts

+ 1 - 1
apps/app/src/features/openai/server/routes/edit/index.ts

@@ -68,7 +68,7 @@ const instructionWithMarkdown = `You are an Editor Assistant for GROWI, a markdo
     {
       "contents": [
         { "message": "Your brief message about the upcoming change or proposal.\n\n" },
-        { "replace": New text 1 },,
+        { "replace": "New text 1" },
         { "message": "Additional explanation if needed" },
         { "replace": "New text 2" },
         ...more items if needed