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.trajectory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/aflow/testdata/TestWorkflow.trajectory.json') diff --git a/pkg/aflow/testdata/TestWorkflow.trajectory.json b/pkg/aflow/testdata/TestWorkflow.trajectory.json index 3a4859bbf..ab3e49899 100644 --- a/pkg/aflow/testdata/TestWorkflow.trajectory.json +++ b/pkg/aflow/testdata/TestWorkflow.trajectory.json @@ -51,7 +51,7 @@ "Model": "model1", "Started": "0001-01-01T00:00:05Z", "Finished": "0001-01-01T00:00:06Z", - "Thoughts": "I am thinking I need to call some tools" + "Thoughts": "I am thinking I need to call some tools\nSome non-thoughts reply along with tool calls" }, { "Seq": 4, -- cgit mrf-deployment