From bc6c23cbf3586fa62d1ad4c84df36742b8e63f9a Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Mon, 27 Jul 2026 09:51:42 +0300 Subject: [PATCH] Bound FRAMES analysis sandbox output at 20k chars --- evaluations/configs/frames.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/evaluations/configs/frames.yaml b/evaluations/configs/frames.yaml index f9339aa9..946eeb5a 100644 --- a/evaluations/configs/frames.yaml +++ b/evaluations/configs/frames.yaml @@ -23,6 +23,11 @@ reranking: name: Qwen/Qwen3-Reranker-4B base_url: http://vllm:11433 +analysis: + # Bounds per-execution sandbox output so accumulated code returns cannot + # outgrow the model's input budget. + max_output_chars: 20000 + qa: model: provider: openai