mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
refine prompt
This commit is contained in:
parent
f53a2b574a
commit
0746ef882d
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@ EXTRA_INSTRUCTION = """
|
|||
- When no click action is required, no need to use the browser tool to navigate to the webpage before scraping.
|
||||
- If you need detail HTML content, write code to get it but not to use the browser tool.
|
||||
- Make sure the command_name are certainly in Available Commands when you use the browser tool.
|
||||
7. When you are making plan. It is highly recommend to plan all the coding plan and reviews plan in first response.
|
||||
7. When you are making plan. It is highly recommend to plan and append all the tasks in first response once time.
|
||||
8. Don't finish_current_task multiple times for the same task.
|
||||
9. Finish current task timely, such as when the code is written and executed successfully.
|
||||
"""
|
||||
|
||||
TASK_TYPE_DESC = "\n".join([f"- **{tt.type_name}**: {tt.value.desc}" for tt in TaskType])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue