From 7c0a25a0eb4de1148135ab67b97faec641b0409a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 28 Jan 2026 03:51:37 -0300 Subject: [PATCH] atlasbot: expand fast context for quantitative prompts --- services/comms/atlasbot-deployment.yaml | 2 +- services/comms/scripts/atlasbot/bot.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index f007942..7856eed 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-93 + checksum/atlasbot-configmap: manual-atlasbot-94 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 5ce1984..81212ff 100644 --- a/services/comms/scripts/atlasbot/bot.py +++ b/services/comms/scripts/atlasbot/bot.py @@ -3967,6 +3967,8 @@ def _open_ended_fast( ) selected_meta = _fact_pack_meta(selected_lines) selected_pack = _fact_pack_text(selected_lines, selected_meta) + if _is_quantitative_prompt(prompt) or not selected_lines: + selected_pack = fact_pack if state: state.total_steps = _open_ended_total_steps("fast") return _open_ended_fast_single(