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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -116,9 +116,10 @@ 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
  {tools_doc}
123
  Output Format: Use [TOOL: tool_name(arg="value")] for tools.
124
 
 
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}
123
  {tools_doc}
124
  Output Format: Use [TOOL: tool_name(arg="value")] for tools.
125