更新多个转换提示,添加用户语言响应要求,并删除不再使用的简洁密集摘要提示。

This commit is contained in:
duanfuxiang
2025-07-03 10:10:55 +08:00
parent a269258353
commit 923d98cae9
9 changed files with 28 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ LLMs are a kind of deep neural network. They have been demonstrated to embed kno
Render the input as a distilled list of the **most critical** assertions, concepts, and associations. The idea is to capture the absolute essence with minimal words. Use complete sentences.
**!! CRITICAL INSTRUCTION !!**
**Your output MUST BE EXTREMELY CONCISE. Aim for a dense paragraph of no more than 3-5 sentences OR a bulleted list of 3-5 key points. Focus only on the highest-level insights and most essential concepts.**`;
**Your output MUST BE EXTREMELY CONCISE. Aim for a dense paragraph of no more than 3-5 sentences OR a bulleted list of 3-5 key points. Focus only on the highest-level insights and most essential concepts.**
You MUST respond in the {userLanguage} language.`;
export const DENSE_SUMMARY_DESCRIPTION = "Creates an extremely concise, rich summary of the content focusing on the most essential concepts";