fix(os_symphony):prompt (#402)
* add_os_symphony * fix(os_symphony) * fix(os_symphony):prompt --------- Co-authored-by: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com>
This commit is contained in:
@@ -192,6 +192,8 @@ class PROCEDURAL_MEMORY:
|
||||
- **Use One Provided Action at a Time**: Execute only one grounded action per turn. Only use the methods provided in the Agent class. Do not invent new methods.
|
||||
- **No Interaction with User**: You MUST complete the task individually. There is **NO** additional input from someone else.
|
||||
- **Password**: Your sudo password is "CLIENT_PASSWORD".
|
||||
- **User**: Your username is "user".
|
||||
- **Home**: Your home path is "/home/user".
|
||||
|
||||
## 2.2 Interaction & Input Guidelines
|
||||
- **Guideline for Clicks**:
|
||||
@@ -990,4 +992,4 @@ class PROCEDURAL_MEMORY:
|
||||
- The generated action(s) must exist within the defined action space.
|
||||
- The generated action(s) should be enclosed within <action></action> tags.'''
|
||||
)
|
||||
return system_prompt, user_message
|
||||
return system_prompt, user_message
|
||||
|
||||
Reference in New Issue
Block a user