Update app.py
Browse files
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}
|