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

@@ -127,7 +127,7 @@ class ContextHandler:
}
# === LAYER 1: System Prompt (pass through unchanged) ===
# DO NOT truncate - preserve OpenClaw's system prompt entirely
# DO NOT truncate - preserve system prompt entirely
system_content = ""
if incoming_system:
system_content = incoming_system.get("content", "")