-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_tool_calls.json
More file actions
101 lines (101 loc) · 1.93 KB
/
example_tool_calls.json
File metadata and controls
101 lines (101 loc) · 1.93 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"tool_name": "web_search",
"arguments": {
"arg0": "weather"
},
"result": [
"Result for weather: 81"
],
"timestamp": "2025-04-27T20:54:19.384002",
"execution_time": 0.270414
},
{
"tool_name": "web_search",
"arguments": {
"arg0": "news"
},
"result": [
"Result for news: 83"
],
"timestamp": "2025-04-27T20:54:19.656724",
"execution_time": 0.121486
},
{
"tool_name": "web_search",
"arguments": {
"arg0": "sports"
},
"result": [
"Result for sports: 2"
],
"timestamp": "2025-04-27T20:54:19.780390",
"execution_time": 0.11194
},
{
"tool_name": "web_search",
"arguments": {
"arg0": "technology"
},
"result": [
"Result for technology: 96"
],
"timestamp": "2025-04-27T20:54:19.894543",
"execution_time": 0.172288
},
{
"tool_name": "calculator",
"arguments": {
"arg0": "add",
"arg1": 5,
"arg2": 1
},
"result": 6,
"timestamp": "2025-04-27T20:54:20.068555",
"execution_time": 0.073628
},
{
"tool_name": "calculator",
"arguments": {
"arg0": "multiply",
"arg1": 5,
"arg2": 7
},
"result": 35,
"timestamp": "2025-04-27T20:54:20.144827",
"execution_time": 0.064266
},
{
"tool_name": "calculator",
"arguments": {
"arg0": "divide",
"arg1": 8,
"arg2": 1
},
"result": null,
"timestamp": "2025-04-27T20:54:20.211272",
"execution_time": 0.06222
},
{
"tool_name": "calculator",
"arguments": {
"arg0": "add",
"arg1": 2,
"arg2": 8
},
"result": 10,
"timestamp": "2025-04-27T20:54:20.274131",
"execution_time": 0.098164
},
{
"tool_name": "calculator",
"arguments": {
"arg0": "multiply",
"arg1": 6,
"arg2": 1
},
"result": 6,
"timestamp": "2025-04-27T20:54:20.372869",
"execution_time": 0.086476
}
]