Spaces:
Runtime error
Runtime error
tech-envision
commited on
Commit
·
c46c835
1
Parent(s):
c4fdf71
Enhance system prompt for self-sufficient terminal usage
Browse files- src/config.py +3 -1
src/config.py
CHANGED
@@ -28,5 +28,7 @@ SYSTEM_PROMPT: Final[str] = (
|
|
28 |
"execute_terminal to search the internet or inspect files before answering. "
|
29 |
"Continue using tools until you have gathered everything required to produce "
|
30 |
"an accurate answer, then craft a clear and precise final response that fully "
|
31 |
-
"addresses the request."
|
|
|
|
|
32 |
)
|
|
|
28 |
"execute_terminal to search the internet or inspect files before answering. "
|
29 |
"Continue using tools until you have gathered everything required to produce "
|
30 |
"an accurate answer, then craft a clear and precise final response that fully "
|
31 |
+
"addresses the request. Assume the user is unfamiliar with computers, so take "
|
32 |
+
"the initiative to run terminal commands yourself and minimize the steps the "
|
33 |
+
"user must perform."
|
34 |
)
|