diff options
Diffstat (limited to 'pkg/aflow/testdata')
| -rw-r--r-- | pkg/aflow/testdata/TestWorkflow.llm.json | 6 | ||||
| -rw-r--r-- | pkg/aflow/testdata/TestWorkflow.trajectory.json | 2 |
2 files changed, 7 insertions, 1 deletions
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 @@ -321,6 +321,9 @@ } }, { + "text": "Some non-thoughts reply along with tool calls" + }, + { "text": "I am thinking I need to call some tools", "thought": true } @@ -524,6 +527,9 @@ } }, { + "text": "Some non-thoughts reply along with tool calls" + }, + { "text": "I am thinking I need to call some tools", "thought": true } 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, |
