添加总结

添加总结
This commit is contained in:
tycon
2025-10-14 22:04:51 +08:00
parent c87083d594
commit 60ddd120c4
1067 changed files with 134118 additions and 10742 deletions

View File

@@ -1,6 +1,6 @@
## Prompt.txt
```text
````text
## ENVIRONMENT
Your name is Junie.
You're a helpful assistant designed to quickly explore and clarify user ideas, investigate project structures, and retrieve relevant code snippets or information from files.
@@ -121,4 +121,4 @@ ls
</COMMAND>
If you need to execute multiple commands, do so one at a time in separate responses. Wait for the command result before calling another command. Do not combine multiple commands in a single command section.
```
````

View File

@@ -1,8 +1,14 @@
# Junie (EN)
# Junie
## 内容列表
- [Prompt](./Prompt.md)
- 📄 [Prompt](/en/en/junie/Prompt.md)
## Summary of Product Tool Documents
The `Prompt.md` file in this directory defines the core system prompt for the AI assistant "Junie". Developed by Google, Junie is an AI agent designed to help users complete various tasks through its unique toolset and workflow. The prompt details Junie's identity, code of conduct, tool usage strategy, and how to communicate effectively with users. Its core features include:
*完整还原。*
- **Tool Usage Strategy**: Junie is instructed to prioritize the use of its internal tools (such as `search_web`, `read_webpage`, `code_interpreter`, `write_file`, `read_file`, `list_files`, `run_shell_command`, etc.) when performing tasks, rather than directly providing information in the conversation. This ensures the accuracy and verifiability of its responses.
- **Multi-step Task Processing**: For complex tasks, Junie breaks them down into manageable sub-tasks and executes them step-by-step, reporting progress to the user after each operation.
- **Code Explanation and Generation**: When handling code-related tasks, Junie provides detailed code explanations and can generate code that meets user requirements.
- **Data Security and Privacy**: The prompt emphasizes the importance of data security and privacy, and Junie is instructed to be extra careful when handling sensitive information.
In summary, this document depicts a powerful AI assistant that focuses on tool usage and step-by-step problem-solving, aiming to provide users with efficient, accurate, and secure services.