Executor-Tyrant-Framework commited on
Commit
85dba6c
·
verified ·
1 Parent(s): a474d2b

Update app.py

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