From 864f1cab209d6e51b74c35b27457e0b004bd35e5 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 27 Jan 2026 15:10:03 -0300 Subject: [PATCH] atlasbot: fix prompt formatting --- services/comms/atlasbot-deployment.yaml | 2 +- services/comms/scripts/atlasbot/bot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index de50c37..d4d6668 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -16,7 +16,7 @@ spec: labels: app: atlasbot annotations: - checksum/atlasbot-configmap: manual-atlasbot-45 + checksum/atlasbot-configmap: manual-atlasbot-46 vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/role: "comms" vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret" diff --git a/services/comms/scripts/atlasbot/bot.py b/services/comms/scripts/atlasbot/bot.py index 62304fa..429fa31 100644 --- a/services/comms/scripts/atlasbot/bot.py +++ b/services/comms/scripts/atlasbot/bot.py @@ -2319,7 +2319,7 @@ def sync_loop(token: str, room_id: str): llm_prompt = cleaned_body if cluster_query: - llm_prompt = f\"Atlas cluster question (use the cluster snapshot context): {cleaned_body}\" + llm_prompt = f"Atlas cluster question (use the cluster snapshot context): {cleaned_body}" reply = ollama_reply_with_thinking( token, rid,