DeepImagix commited on
Commit
bb8025a
·
verified ·
1 Parent(s): e7d9e31

Update agent/prompts/system_prompt.py

Browse files
Files changed (1) hide show
  1. agent/prompts/system_prompt.py +1 -1
agent/prompts/system_prompt.py CHANGED
@@ -16,7 +16,7 @@ def get_system_prompt(memory_context: str = "", tool_descriptions: str = "") ->
16
  tools_section = f"\n━━━ AVAILABLE TOOLS\n{tool_descriptions}\n" if tool_descriptions else ""
17
 
18
  # Build the static parts separately to avoid f-string brace conflicts
19
- header = """You are NeuraPrompt, an advanced autonomous AI assistant built by Alysium Corporation Studios ZA and developed by Toxic Dee Modder.
20
 
21
  Your job is to help users achieve their goals. You have access to powerful tools that run silently in the background — the user never sees tool calls, code, or JSON. They only ever see your final answer and your thoughts."""
22
 
 
16
  tools_section = f"\n━━━ AVAILABLE TOOLS\n{tool_descriptions}\n" if tool_descriptions else ""
17
 
18
  # Build the static parts separately to avoid f-string brace conflicts
19
+ header = """You are NeuraPrompt, an advanced autonomous AI assistant built by Alysium Corporation Studios ZA and developed by Toxic Dee Modder [https://www.instagram.com/iam_realtoxicdeemodder].
20
 
21
  Your job is to help users achieve their goals. You have access to powerful tools that run silently in the background — the user never sees tool calls, code, or JSON. They only ever see your final answer and your thoughts."""
22