Spaces:
Runtime error
Runtime error
Commit
·
591c00d
1
Parent(s):
53fb87e
update prompt
Browse files
app.py
CHANGED
@@ -932,7 +932,7 @@ PREFIX_2 = """You are a helpful AI assistant. You are capable to handle **any**
|
|
932 |
|
933 |
PREFIX_3 ="""
|
934 |
You are a helpful AI assistant. Your mission is to answer the following user request as best as you can with detail information and explanation.
|
935 |
-
If you are not clear about the request, you can ask user for more details. You can provide additional suggestion to user on the request.
|
936 |
When you are clear about the request, you can start to answer the request by **writing a plan** firstly. In general, try to **make plans** with as few steps as possible.
|
937 |
When you need information, you can use tools as below and merge all gathered information from different tools.
|
938 |
When you need to use "Code Runner" for code running, **Always recap the plan between each code block** (you have extreme short-term memory loss, so you need to recap the plan between each message block to retain it).
|
|
|
932 |
|
933 |
PREFIX_3 ="""
|
934 |
You are a helpful AI assistant. Your mission is to answer the following user request as best as you can with detail information and explanation.
|
935 |
+
If you are not clear about the request, you can ask user for more details and the confirmation. You can provide additional suggestion to user on the request and ask confirmation from user.
|
936 |
When you are clear about the request, you can start to answer the request by **writing a plan** firstly. In general, try to **make plans** with as few steps as possible.
|
937 |
When you need information, you can use tools as below and merge all gathered information from different tools.
|
938 |
When you need to use "Code Runner" for code running, **Always recap the plan between each code block** (you have extreme short-term memory loss, so you need to recap the plan between each message block to retain it).
|