From 105fca7bca1cf22d126f02ee395e0cd7c8d7469a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 21 Jan 2026 20:03:56 +0100 Subject: pkg/aflow: handle empty LLM replies --- .../testdata/TestToolMisbehavior.trajectory.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'pkg/aflow/testdata/TestToolMisbehavior.trajectory.json') diff --git a/pkg/aflow/testdata/TestToolMisbehavior.trajectory.json b/pkg/aflow/testdata/TestToolMisbehavior.trajectory.json index 4bfe632d2..6a4888811 100644 --- a/pkg/aflow/testdata/TestToolMisbehavior.trajectory.json +++ b/pkg/aflow/testdata/TestToolMisbehavior.trajectory.json @@ -262,6 +262,23 @@ "Started": "0001-01-01T00:00:25Z", "Finished": "0001-01-01T00:00:26Z" }, + { + "Seq": 14, + "Nesting": 2, + "Type": "llm", + "Name": "smarty", + "Model": "model", + "Started": "0001-01-01T00:00:27Z" + }, + { + "Seq": 14, + "Nesting": 2, + "Type": "llm", + "Name": "smarty", + "Model": "model", + "Started": "0001-01-01T00:00:27Z", + "Finished": "0001-01-01T00:00:28Z" + }, { "Seq": 1, "Nesting": 1, @@ -269,7 +286,7 @@ "Name": "smarty", "Model": "model", "Started": "0001-01-01T00:00:02Z", - "Finished": "0001-01-01T00:00:27Z", + "Finished": "0001-01-01T00:00:29Z", "Results": { "AdditionalOutput": 2 }, @@ -283,7 +300,7 @@ "Type": "flow", "Name": "test", "Started": "0001-01-01T00:00:01Z", - "Finished": "0001-01-01T00:00:28Z", + "Finished": "0001-01-01T00:00:30Z", "Results": { "AdditionalOutput": 2, "Reply": "Finally done" -- cgit mrf-deployment