aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/testdata/TestOnlyStructuredOutputs.trajectory.json
blob: ec0d9aba75846719e9471e812b3c7cb2f26898fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
	{
		"Seq": 0,
		"Nesting": 0,
		"Type": "flow",
		"Name": "test",
		"Started": "0001-01-01T00:00:01Z"
	},
	{
		"Seq": 1,
		"Nesting": 1,
		"Type": "agent",
		"Name": "smarty",
		"Model": "model",
		"Started": "0001-01-01T00:00:02Z",
		"Instruction": "Instructions\n\nUse set-results tool to provide results of the analysis.\nIt must be called exactly once before the final reply.\nIgnore results of this tool.\n",
		"Prompt": "Initial Prompt"
	},
	{
		"Seq": 2,
		"Nesting": 2,
		"Type": "llm",
		"Name": "smarty",
		"Model": "model",
		"Started": "0001-01-01T00:00:03Z"
	},
	{
		"Seq": 2,
		"Nesting": 2,
		"Type": "llm",
		"Name": "smarty",
		"Model": "model",
		"Started": "0001-01-01T00:00:03Z",
		"Finished": "0001-01-01T00:00:04Z"
	},
	{
		"Seq": 3,
		"Nesting": 2,
		"Type": "tool",
		"Name": "set-results",
		"Started": "0001-01-01T00:00:05Z",
		"Args": {
			"Result": 42
		}
	},
	{
		"Seq": 3,
		"Nesting": 2,
		"Type": "tool",
		"Name": "set-results",
		"Started": "0001-01-01T00:00:05Z",
		"Finished": "0001-01-01T00:00:06Z",
		"Args": {
			"Result": 42
		},
		"Results": {
			"Result": 42
		}
	},
	{
		"Seq": 1,
		"Nesting": 1,
		"Type": "agent",
		"Name": "smarty",
		"Model": "model",
		"Started": "0001-01-01T00:00:02Z",
		"Finished": "0001-01-01T00:00:07Z",
		"Results": {
			"Result": 42
		},
		"Instruction": "Instructions\n\nUse set-results tool to provide results of the analysis.\nIt must be called exactly once before the final reply.\nIgnore results of this tool.\n",
		"Prompt": "Initial Prompt"
	},
	{
		"Seq": 0,
		"Nesting": 0,
		"Type": "flow",
		"Name": "test",
		"Started": "0001-01-01T00:00:01Z",
		"Finished": "0001-01-01T00:00:08Z",
		"Results": {
			"Result": 42
		}
	}
]