iioos commited on
Commit
eedf8ad
·
verified ·
1 Parent(s): 813fa15

data.jsonl

Browse files

{"goal":"Fetch market data","tool":"HTTP_API","input":"GET /prices","output":"JSON price data"}
{"goal":"Send notification","tool":"Webhook","input":"POST /notify","output":"Delivery confirmation"}
{"goal":"Store data","tool":"Database","input":"INSERT record","output":"Record ID"}
{"goal":"Generate report","tool":"Spreadsheet","input":"Create table","output":"Formatted report"}
{"goal":"Schedule job","tool":"Cron","input":"0 0 * * *","output":"Scheduled task"}

Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # Agent Tool Usage Dataset
10
+
11
+ Goal–tool–input–output samples for training tool-using AI agents.