Remove OpenClaw references

This commit is contained in:
Vera-AI
2026-03-26 13:01:30 -05:00
parent eee192b1c1
commit 535265c7d2
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ def clean_message_content(content: str) -> str:
if not content:
return content
# Check for OpenJarvis/OpenClaw wrapper
# Check for memory context wrapper
wrapper_match = re.search(
r'\[Memory context\].*?- user_msg:\s*(.+?)(?:\n\n|\Z)',
content, re.DOTALL