Просмотр исходного кода

Merge remote-tracking branch 'origin/feat/164617-apply-llm-responses-to-unified-merge-view' into feat/164617-apply-llm-responses-to-unified-merge-view

Shun Miyazawa 11 месяцев назад
Родитель
Сommit
8fdda180a0
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

@@ -99,7 +99,7 @@ const instructionWithoutMarkdown = `You are an Editor Assistant for GROWI, a mar
     {
       "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