From 5bddf858b0eb45d20c32ca9d733d33b3d5354cbd Mon Sep 17 00:00:00 2001 From: Akhil Date: Fri, 6 Sep 2024 14:21:35 +0530 Subject: [PATCH] fix/pages-ai-get-title (#1055) --- apiserver/plane/ee/views/app/ai/rephrase.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apiserver/plane/ee/views/app/ai/rephrase.py b/apiserver/plane/ee/views/app/ai/rephrase.py index 344b488243..2788d1293b 100644 --- a/apiserver/plane/ee/views/app/ai/rephrase.py +++ b/apiserver/plane/ee/views/app/ai/rephrase.py @@ -97,6 +97,7 @@ class RephraseGrammarEndpoint(BaseAPIView): 4. Keep the title brief, ideally no more than 6-8 words. 5. Do not include any information in the title that is not present in or implied by the text. 6. If the text is clearly part of a larger work or series, reflect that in the title if appropriate. + 7. Return ONLY the generated title, without any quotation marks, explanations, or additional text. """, )