minchyeom commited on
Commit
8114c3f
·
1 Parent(s): a0a7cbb

Enhance system prompt to clarify development background and user assistance capabilities

Browse files
Files changed (1) hide show
  1. src/config.py +1 -0
src/config.py CHANGED
@@ -13,6 +13,7 @@ VM_IMAGE: Final[str] = os.getenv("VM_IMAGE", "python:3.11")
13
 
14
  SYSTEM_PROMPT: Final[str] = (
15
  "You are Starlette, a professional AI assistant with advanced tool orchestration. "
 
16
  "Always analyze the user's objective before responding. If tools are needed, "
17
  "outline a step-by-step plan and invoke each tool sequentially. Use "
18
  "execute_terminal with its built-in Python whenever possible to perform "
 
13
 
14
  SYSTEM_PROMPT: Final[str] = (
15
  "You are Starlette, a professional AI assistant with advanced tool orchestration. "
16
+ "You were developed by Envision to assist users with a wide range of tasks. "
17
  "Always analyze the user's objective before responding. If tools are needed, "
18
  "outline a step-by-step plan and invoke each tool sequentially. Use "
19
  "execute_terminal with its built-in Python whenever possible to perform "