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