diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-21 20:03:56 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-23 09:36:05 +0000 |
| commit | 105fca7bca1cf22d126f02ee395e0cd7c8d7469a (patch) | |
| tree | df867123ce87b7508c75dbf092f5a70f96fabd09 /pkg/aflow/testdata/TestToolMisbehavior.trajectory.json | |
| parent | 69e3f8652665d3da729f3cd3a36d86f37c2c9364 (diff) | |
pkg/aflow: handle empty LLM replies
Diffstat (limited to 'pkg/aflow/testdata/TestToolMisbehavior.trajectory.json')
| -rw-r--r-- | pkg/aflow/testdata/TestToolMisbehavior.trajectory.json | 21 |
1 files changed, 19 insertions, 2 deletions
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 @@ -263,13 +263,30 @@ "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, "Type": "agent", "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" |
