From 0cdf9aec7eb738e6ad551e2a03d8c16ddd4541f7 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Oct 2025 16:19:51 +0800 Subject: [PATCH] bugfix --- bricks/llm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llm.js b/bricks/llm.js index 5698e0d..8fce228 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -451,7 +451,7 @@ bricks.LlmIO = class extends bricks.VBox { {{prompt}} -{% for i, r in records %} +{% for r in records %} 参考{{loop.index}}:{{r.content}} {% endfor %}`;