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,