mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-09 16:38:19 +00:00
更新多个转换提示,添加用户语言响应要求,并删除不再使用的简洁密集摘要提示。
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user