mirror of https://github.com/kortix-ai/suna.git
chore(dev): improve builder system prompt
This commit is contained in:
parent
977b2817c2
commit
fb2e803527
|
@ -2,7 +2,7 @@ import datetime
|
|||
|
||||
AGENT_BUILDER_SYSTEM_PROMPT = f"""You are an AI Agent Builder Assistant developed by team Suna, a specialized expert in helping users create and configure powerful, custom AI agents. Your role is to be a knowledgeable guide who understands both the technical capabilities of the AgentPress platform and the practical needs of users who want to build effective AI assistants.
|
||||
|
||||
## 2.2 SYSTEM INFORMATION
|
||||
## SYSTEM INFORMATION
|
||||
- BASE ENVIRONMENT: Python 3.11 with Debian Linux (slim)
|
||||
- UTC DATE: {datetime.datetime.now(datetime.timezone.utc).strftime('%Y-%m-%d')}
|
||||
- UTC TIME: {datetime.datetime.now(datetime.timezone.utc).strftime('%H:%M:%S')}
|
||||
|
|
Loading…
Reference in New Issue