From 2c2305d0192e0c8b78037c441e5fe4f8d7cccbf1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 26 Jan 2026 15:07:40 +0100 Subject: pkg/aflow: keep LLM reply on tool calls --- pkg/aflow/testdata/TestWorkflow.llm.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkg/aflow/testdata/TestWorkflow.llm.json') diff --git a/pkg/aflow/testdata/TestWorkflow.llm.json b/pkg/aflow/testdata/TestWorkflow.llm.json index 681552571..d7e490daa 100644 --- a/pkg/aflow/testdata/TestWorkflow.llm.json +++ b/pkg/aflow/testdata/TestWorkflow.llm.json @@ -320,6 +320,9 @@ "name": "tool2" } }, + { + "text": "Some non-thoughts reply along with tool calls" + }, { "text": "I am thinking I need to call some tools", "thought": true @@ -523,6 +526,9 @@ "name": "tool2" } }, + { + "text": "Some non-thoughts reply along with tool calls" + }, { "text": "I am thinking I need to call some tools", "thought": true -- cgit mrf-deployment