prompt stringlengths 14 69 | kind stringclasses 1
value | category stringclasses 7
values | tool stringclasses 18
values | target stringlengths 34 78 |
|---|---|---|---|---|
Take a look at the assets/icons directory. | tool | ctx_analyze | list_dir | {"arguments":{"path":"assets/icons"},"name":"list_dir"} |
Search for 'parse_headers' in the repo. | tool | ctx_search | grep_search | {"arguments":{"pattern":"parse_headers"},"name":"grep_search"} |
Go ahead and write 'this week's wins' into Notion. | tool | ctx_write | notion_write | {"arguments":{"content":"this week's wins"},"name":"notion_write"} |
Check on https://blog.dev/intro-post. | tool | ctx_check | open_url | {"arguments":{"url":"https://blog.dev/intro-post"},"name":"open_url"} |
Can you write this to the file out/results.json? | tool | ctx_write | write_file | {"arguments":{"path":"out/results.json"},"name":"write_file"} |
Write 'this week's wins' to my notes. | tool | ctx_write | notion_write | {"arguments":{"content":"this week's wins"},"name":"notion_write"} |
Can you write 'this week's wins' to my notes? | tool | ctx_write | notion_write | {"arguments":{"content":"this week's wins"},"name":"notion_write"} |
Open the page status.host.io/incidents. | tool | ctx_open | open_url | {"arguments":{"url":"status.host.io/incidents"},"name":"open_url"} |
Check the weather in Lisbon. | tool | ctx_check | get_weather | {"arguments":{"city":"Lisbon"},"name":"get_weather"} |
Do a search for 'parse_headers' in the repo. | tool | ctx_search | grep_search | {"arguments":{"pattern":"parse_headers"},"name":"grep_search"} |
Summarize the JSON from api.blog.dev/posts. | tool | ctx_analyze | http_request | {"arguments":{"url":"api.blog.dev/posts"},"name":"http_request"} |
Look at the file docs/intro.md. | tool | ctx_analyze | read_file | {"arguments":{"path":"docs/intro.md"},"name":"read_file"} |
Go get me info about the new metro timetable. | tool | ctx_fetch | web_search | {"arguments":{"query":"the new metro timetable"},"name":"web_search"} |
Can you search for 'render_sidebar' in the files? | tool | ctx_search | grep_search | {"arguments":{"pattern":"render_sidebar"},"name":"grep_search"} |
Please fetch the JSON from https://data.portal.app/metrics. | tool | ctx_fetch | http_request | {"arguments":{"url":"https://data.portal.app/metrics"},"name":"http_request"} |
Check git status. | tool | ctx_check | git_status | {"arguments":{},"name":"git_status"} |
Please open 'Notion'. | tool | ctx_open | open_app | {"arguments":{"name":"Notion"},"name":"open_app"} |
Summarize the contents of scripts. | tool | ctx_analyze | list_dir | {"arguments":{"path":"scripts"},"name":"list_dir"} |
Take a look at the scripts directory. | tool | ctx_analyze | list_dir | {"arguments":{"path":"scripts"},"name":"list_dir"} |
Run the Python snippet 'sum(range(8))'. | tool | ctx_run | run_python | {"arguments":{"code":"sum(range(8))"},"name":"run_python"} |
Please run 'kubectl get pods'. | tool | ctx_run | run_command | {"arguments":{"command":"kubectl get pods"},"name":"run_command"} |
Do a search for files matching '*.css'. | tool | ctx_search | find_files | {"arguments":{"pattern":"*.css"},"name":"find_files"} |
Run a search for files named '*.css'. | tool | ctx_search | find_files | {"arguments":{"pattern":"*.css"},"name":"find_files"} |
Can you open the 'Figma' app? | tool | ctx_open | open_app | {"arguments":{"name":"Figma"},"name":"open_app"} |
Please fetch me info about beginner sourdough recipes. | tool | ctx_fetch | web_search | {"arguments":{"query":"beginner sourdough recipes"},"name":"web_search"} |
Search for 'parse_headers' in the repo. | tool | ctx_search | grep_search | {"arguments":{"pattern":"parse_headers"},"name":"grep_search"} |
Run the unit tests now. | tool | ctx_run | run_tests | {"arguments":{},"name":"run_tests"} |
Please run 'print('ok')' in Python. | tool | ctx_run | run_python | {"arguments":{"code":"print('ok')"},"name":"run_python"} |
Please fetch me some information on local coworking spaces. | tool | ctx_fetch | web_search | {"arguments":{"query":"local coworking spaces"},"name":"web_search"} |
Please open 'Chrome'. | tool | ctx_open | open_app | {"arguments":{"name":"Chrome"},"name":"open_app"} |
Summarize what's inside internal. | tool | ctx_analyze | list_dir | {"arguments":{"path":"internal"},"name":"list_dir"} |
Get https://assets.shop.co/logo.png and save it to disk. | tool | ctx_fetch | download_file | {"arguments":{"url":"https://assets.shop.co/logo.png"},"name":"download_file"} |
Search for standing desk reviews. | tool | ctx_search | web_search | {"arguments":{"query":"standing desk reviews"},"name":"web_search"} |
Check the page https://acme.io/blog. | tool | ctx_check | open_url | {"arguments":{"url":"https://acme.io/blog"},"name":"open_url"} |
Review the JSON from https://api.acme.io/v1/users. | tool | ctx_analyze | http_request | {"arguments":{"url":"https://api.acme.io/v1/users"},"name":"http_request"} |
Go ahead and open https://acme.io/blog. | tool | ctx_open | open_url | {"arguments":{"url":"https://acme.io/blog"},"name":"open_url"} |
Can you check the forecast for Lisbon? | tool | ctx_check | get_weather | {"arguments":{"city":"Lisbon"},"name":"get_weather"} |
Check the page https://portal.app/changelog real quick. | tool | ctx_check | open_url | {"arguments":{"url":"https://portal.app/changelog"},"name":"open_url"} |
Go ahead and write the results out to logs/run.log. | tool | ctx_write | write_file | {"arguments":{"path":"logs/run.log"},"name":"write_file"} |
Check the forecast for Oslo. | tool | ctx_check | get_weather | {"arguments":{"city":"Oslo"},"name":"get_weather"} |
Please fetch the JSON from https://api.acme.io/v1/users. | tool | ctx_fetch | http_request | {"arguments":{"url":"https://api.acme.io/v1/users"},"name":"http_request"} |
I need you to search for cheap flights to Lisbon on the web. | tool | ctx_search | web_search | {"arguments":{"query":"cheap flights to Lisbon"},"name":"web_search"} |
Open README.md. | tool | ctx_open | read_file | {"arguments":{"path":"README.md"},"name":"read_file"} |
Take a look at what a GET to https://data.portal.app/metrics returns. | tool | ctx_analyze | http_request | {"arguments":{"url":"https://data.portal.app/metrics"},"name":"http_request"} |
Take a look at status.host.io/incidents. | tool | ctx_analyze | open_url | {"arguments":{"url":"status.host.io/incidents"},"name":"open_url"} |
Take a look at the file docs/intro.md. | tool | ctx_analyze | read_file | {"arguments":{"path":"docs/intro.md"},"name":"read_file"} |
Open up 'Notion'. | tool | ctx_open | open_app | {"arguments":{"name":"Notion"},"name":"open_app"} |
Run a search for local coworking spaces on the web. | tool | ctx_search | web_search | {"arguments":{"query":"local coworking spaces"},"name":"web_search"} |
Check on the weather in Stockholm. | tool | ctx_check | get_weather | {"arguments":{"city":"Stockholm"},"name":"get_weather"} |
Can you open the file docs/intro.md? | tool | ctx_open | read_file | {"arguments":{"path":"docs/intro.md"},"name":"read_file"} |
Look at src/utils.py. | tool | ctx_analyze | read_file | {"arguments":{"path":"src/utils.py"},"name":"read_file"} |
Go run the command 'kubectl get pods'. | tool | ctx_run | run_command | {"arguments":{"command":"kubectl get pods"},"name":"run_command"} |
Go ahead and write 'demo went well' to Slack. | tool | ctx_write | slack_send | {"arguments":{"message":"demo went well"},"name":"slack_send"} |
Go get the file at files.depot.dev/report.pdf and save it. | tool | ctx_fetch | download_file | {"arguments":{"url":"files.depot.dev/report.pdf"},"name":"download_file"} |
Fetch the API response at https://api.acme.io/v1/users. | tool | ctx_fetch | http_request | {"arguments":{"url":"https://api.acme.io/v1/users"},"name":"http_request"} |
Run 'len([1, 2, 3])' in Python now. | tool | ctx_run | run_python | {"arguments":{"code":"len([1, 2, 3])"},"name":"run_python"} |
Open lib/helpers.js. | tool | ctx_open | read_file | {"arguments":{"path":"lib/helpers.js"},"name":"read_file"} |
Go ahead and write 'ideas for the offsite' to my Notion page. | tool | ctx_write | notion_write | {"arguments":{"content":"ideas for the offsite"},"name":"notion_write"} |
Review the API response from api.blog.dev/posts. | tool | ctx_analyze | http_request | {"arguments":{"url":"api.blog.dev/posts"},"name":"http_request"} |
Go ahead and open lib/helpers.js. | tool | ctx_open | read_file | {"arguments":{"path":"lib/helpers.js"},"name":"read_file"} |
Check the notebooks directory. | tool | ctx_analyze | list_dir | {"arguments":{"path":"notebooks"},"name":"list_dir"} |
Look at news.site.org/today. | tool | ctx_analyze | open_url | {"arguments":{"url":"news.site.org/today"},"name":"open_url"} |
Can you write 'release is live' in the #dev channel? | tool | ctx_write | slack_send | {"arguments":{"message":"release is live"},"name":"slack_send"} |
I need you to search for local coworking spaces online. | tool | ctx_search | web_search | {"arguments":{"query":"local coworking spaces"},"name":"web_search"} |
Please run 'len([1, 2, 3])' in Python. | tool | ctx_run | run_python | {"arguments":{"code":"len([1, 2, 3])"},"name":"run_python"} |
Write 'demo went well' to the #general channel. | tool | ctx_write | slack_send | {"arguments":{"message":"demo went well"},"name":"slack_send"} |
Go ahead and open the 'Spotify' app. | tool | ctx_open | open_app | {"arguments":{"name":"Spotify"},"name":"open_app"} |
Go run the tests. | tool | ctx_run | run_tests | {"arguments":{},"name":"run_tests"} |
Check what's changed in the code. | tool | ctx_check | git_diff | {"arguments":{},"name":"git_diff"} |
Go check the diff. | tool | ctx_check | git_diff | {"arguments":{},"name":"git_diff"} |
Run 'print('ok')' in Python. | tool | ctx_run | run_python | {"arguments":{"code":"print('ok')"},"name":"run_python"} |
Check git status. | tool | ctx_check | git_status | {"arguments":{},"name":"git_status"} |
Can you check the repo? | tool | ctx_check | git_status | {"arguments":{},"name":"git_status"} |
Can you get the JSON from https://api.acme.io/v1/users? | tool | ctx_fetch | http_request | {"arguments":{"url":"https://api.acme.io/v1/users"},"name":"http_request"} |
Can you search for local coworking spaces? | tool | ctx_search | web_search | {"arguments":{"query":"local coworking spaces"},"name":"web_search"} |
Check the weather in Stockholm. | tool | ctx_check | get_weather | {"arguments":{"city":"Stockholm"},"name":"get_weather"} |
Go through docs/intro.md. | tool | ctx_analyze | read_file | {"arguments":{"path":"docs/intro.md"},"name":"read_file"} |
Do a search for the new metro timetable. | tool | ctx_search | web_search | {"arguments":{"query":"the new metro timetable"},"name":"web_search"} |
Can you open the 'Notion' app? | tool | ctx_open | open_app | {"arguments":{"name":"Notion"},"name":"open_app"} |
Look at the article at https://docs.product.com/guide. | tool | ctx_analyze | open_url | {"arguments":{"url":"https://docs.product.com/guide"},"name":"open_url"} |
Check the weather in Stockholm. | tool | ctx_check | get_weather | {"arguments":{"city":"Stockholm"},"name":"get_weather"} |
Get me info about local coworking spaces. | tool | ctx_fetch | web_search | {"arguments":{"query":"local coworking spaces"},"name":"web_search"} |
Check the state of the repo. | tool | ctx_check | git_status | {"arguments":{},"name":"git_status"} |
Write 'demo went well' to the #general channel. | tool | ctx_write | slack_send | {"arguments":{"message":"demo went well"},"name":"slack_send"} |
Go through the article at https://acme.io/blog. | tool | ctx_analyze | open_url | {"arguments":{"url":"https://acme.io/blog"},"name":"open_url"} |
Check on the diff. | tool | ctx_check | git_diff | {"arguments":{},"name":"git_diff"} |
Check on the page status.host.io/incidents. | tool | ctx_check | open_url | {"arguments":{"url":"status.host.io/incidents"},"name":"open_url"} |
Go run the tests. | tool | ctx_run | run_tests | {"arguments":{},"name":"run_tests"} |
Look at src/utils.py. | tool | ctx_analyze | read_file | {"arguments":{"path":"src/utils.py"},"name":"read_file"} |
Please write the summary to logs/run.log. | tool | ctx_write | write_file | {"arguments":{"path":"logs/run.log"},"name":"write_file"} |
Can you write the summary to notes/summary.md? | tool | ctx_write | write_file | {"arguments":{"path":"notes/summary.md"},"name":"write_file"} |
Run 'make deploy' now. | tool | ctx_run | run_command | {"arguments":{"command":"make deploy"},"name":"run_command"} |
Can you search for files matching '*.css'? | tool | ctx_search | find_files | {"arguments":{"pattern":"*.css"},"name":"find_files"} |
Analyze the contents of assets/icons. | tool | ctx_analyze | list_dir | {"arguments":{"path":"assets/icons"},"name":"list_dir"} |
Go get the JSON from https://data.portal.app/metrics. | tool | ctx_fetch | http_request | {"arguments":{"url":"https://data.portal.app/metrics"},"name":"http_request"} |
Search for 'AuthMiddleware' in the codebase. | tool | ctx_search | grep_search | {"arguments":{"pattern":"AuthMiddleware"},"name":"grep_search"} |
Please run the command 'make deploy'. | tool | ctx_run | run_command | {"arguments":{"command":"make deploy"},"name":"run_command"} |
Can you open lib/helpers.js? | tool | ctx_open | read_file | {"arguments":{"path":"lib/helpers.js"},"name":"read_file"} |
Open the page https://acme.io/blog. | tool | ctx_open | open_url | {"arguments":{"url":"https://acme.io/blog"},"name":"open_url"} |
Go run 'kubectl get pods'. | tool | ctx_run | run_command | {"arguments":{"command":"kubectl get pods"},"name":"run_command"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.