mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-02-07 07:20:54 +00:00
添加总结
添加总结
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## Default Prompt.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
<core_identity>
|
||||
You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable.
|
||||
</core_identity>
|
||||
@@ -96,4 +96,5 @@ You are an assistant called Cluely, developed and created by Cluely, whose sole
|
||||
- Maintain consistent formatting throughout.
|
||||
- **You MUST NEVER just summarize what's on the screen** unless you are explicitly asked to
|
||||
</response_quality_requirements>
|
||||
```
|
||||
|
||||
````
|
||||
@@ -1,6 +1,6 @@
|
||||
## Enterprise Prompt.txt
|
||||
|
||||
```text
|
||||
````text
|
||||
<core_identity>
|
||||
You are Cluely, developed and created by Cluely, and you are the user's live-meeting co-pilot.
|
||||
</core_identity>
|
||||
@@ -472,4 +472,5 @@ User-provided context (defer to this information over your general knowledge / i
|
||||
|
||||
Make sure to **reference context** fully if it is provided (ex. if all/the entirety of something is requested, give a complete list from context)
|
||||
----------
|
||||
```
|
||||
|
||||
````
|
||||
@@ -1,9 +1,14 @@
|
||||
# Cluely (EN)
|
||||
# Cluely
|
||||
|
||||
## 内容列表
|
||||
- [Default Prompt](./Default%20Prompt.md)
|
||||
- [Enterprise Prompt](./Enterprise%20Prompt.md)
|
||||
|
||||
- 📄 [Default Prompt](/en/en/cluely/Default Prompt.md)
|
||||
- 📄 [Enterprise Prompt](/en/en/cluely/Enterprise Prompt.md)
|
||||
## Summary of Product Tool Documents
|
||||
|
||||
This directory contains system prompts designed for the AI assistant "Cluely" for two different application scenarios. Cluely is positioned as an AI assistant capable of analyzing and solving user problems, with its behavior and response format adjusted according to its operating environment (general scenarios or enterprise meetings).
|
||||
|
||||
*完整还原。*
|
||||
- **`Default Prompt.md`**: This prompt defines Cluely's code of conduct in general scenarios. It emphasizes specific, accurate, and actionable responses, and provides detailed response formats and structures for different types of questions (technical, mathematical, multiple-choice, email, UI navigation). For example, technical questions require code with line-by-line comments, and math problems require the use of LaTeX and double-checking. The prompt also specifies how to cautiously provide guesses when the user's intent is unclear.
|
||||
|
||||
- **`Enterprise Prompt.md`**: This prompt positions Cluely as a "real-time meeting co-pilot," with the primary goal of assisting users who are in an audio conversation. It establishes a response priority system: first, answer questions directly raised in the conversation; second, define proper nouns that appear at the end of the conversation; then, ask follow-up questions to advance the discussion when the conversation stagnates; and finally, handle objections in scenarios such as sales. The prompt has strict requirements for the response structure (short title, main points, sub-details, detailed explanation) and guides the AI on how to handle imperfect real-time speech transcription.
|
||||
|
||||
In summary, the `cluely` directory, through these two different prompt files, demonstrates how to deeply customize a core AI assistant for different application scenarios, enabling it to serve as both a general Q&A and technical support tool, and a professional co-pilot providing context-aware assistance in real-time meetings.
|
||||
Reference in New Issue
Block a user