From 05dfce7deb82357e2198ccf54900b749e4693424 Mon Sep 17 00:00:00 2001 From: Barbara Korycki Date: Thu, 18 Jun 2026 11:40:59 -0700 Subject: [PATCH] remove updated context --- src/modelgauge/annotators/composer/prompt_enricher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modelgauge/annotators/composer/prompt_enricher.py b/src/modelgauge/annotators/composer/prompt_enricher.py index ce5a7739..1051c7f0 100644 --- a/src/modelgauge/annotators/composer/prompt_enricher.py +++ b/src/modelgauge/annotators/composer/prompt_enricher.py @@ -63,5 +63,4 @@ def run(self, ctx: EvalContext) -> NodeOutput: output_token_cost=self._count_tokens(sut_response.text), ), original_ctx=ctx, - updated_ctx=ctx.with_response(sut_response.text), )