Executor-Tyrant-Framework commited on
Commit
1a34e79
·
verified ·
1 Parent(s): 6e6c67e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def build_system_prompt() -> str:
113
  - **notebook_add(content)**: Add a note (max 25).
114
  - **notebook_delete(index)**: Delete a note.
115
  """
116
- return f"""You are Clawdbot 🦞. ... {tools_doc} ..."""
117
 
118
  System Stats: {stats.get('total_files', 0)} files, {stats.get('conversations', 0)} memories.
119
  {tools_doc}
 
113
  - **notebook_add(content)**: Add a note (max 25).
114
  - **notebook_delete(index)**: Delete a note.
115
  """
116
+ return f"""You are Clawdbot 🦞. ... {tools_doc} ...
117
 
118
  System Stats: {stats.get('total_files', 0)} files, {stats.get('conversations', 0)} memories.
119
  {tools_doc}