diff options
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" |
