prompt
stringlengths
14
69
kind
stringclasses
1 value
category
stringclasses
7 values
tool
stringclasses
18 values
target
stringlengths
34
78
Run 'len([1, 2, 3])' in Python now.
tool
ctx_run
run_python
{"arguments":{"code":"len([1, 2, 3])"},"name":"run_python"}
Check the forecast for Oslo.
tool
ctx_check
get_weather
{"arguments":{"city":"Oslo"},"name":"get_weather"}
Go check what changed.
tool
ctx_check
git_diff
{"arguments":{},"name":"git_diff"}
Can you run the Python snippet 'max(4, 9)'?
tool
ctx_run
run_python
{"arguments":{"code":"max(4, 9)"},"name":"run_python"}
Go run the command 'kubectl get pods'.
tool
ctx_run
run_command
{"arguments":{"command":"kubectl get pods"},"name":"run_command"}
Please write 'deploy is done' in the #dev channel.
tool
ctx_write
slack_send
{"arguments":{"message":"deploy is done"},"name":"slack_send"}
Can you check what changed?
tool
ctx_check
git_diff
{"arguments":{},"name":"git_diff"}
Go through the src directory.
tool
ctx_analyze
list_dir
{"arguments":{"path":"src"},"name":"list_dir"}
Write 'release is live' in the #dev channel.
tool
ctx_write
slack_send
{"arguments":{"message":"release is live"},"name":"slack_send"}
Go get me info about standing desk reviews.
tool
ctx_fetch
web_search
{"arguments":{"query":"standing desk reviews"},"name":"web_search"}
Get a copy of mirror.host.dev/tool.deb onto disk.
tool
ctx_fetch
download_file
{"arguments":{"url":"mirror.host.dev/tool.deb"},"name":"download_file"}
Analyze the file lib/helpers.js.
tool
ctx_analyze
read_file
{"arguments":{"path":"lib/helpers.js"},"name":"read_file"}
Run a search for local coworking spaces.
tool
ctx_search
web_search
{"arguments":{"query":"local coworking spaces"},"name":"web_search"}
Summarize the file README.md.
tool
ctx_analyze
read_file
{"arguments":{"path":"README.md"},"name":"read_file"}
Can you check the state of the repo?
tool
ctx_check
git_status
{"arguments":{},"name":"git_status"}
Open up https://portal.app/changelog.
tool
ctx_open
open_url
{"arguments":{"url":"https://portal.app/changelog"},"name":"open_url"}
Go through docs/intro.md.
tool
ctx_analyze
read_file
{"arguments":{"path":"docs/intro.md"},"name":"read_file"}
Please run the test suite.
tool
ctx_run
run_tests
{"arguments":{},"name":"run_tests"}
Run a search for standing desk reviews online.
tool
ctx_search
web_search
{"arguments":{"query":"standing desk reviews"},"name":"web_search"}
Can you search for files matching '*.css'?
tool
ctx_search
find_files
{"arguments":{"pattern":"*.css"},"name":"find_files"}
Open up 'Chrome'.
tool
ctx_open
open_app
{"arguments":{"name":"Chrome"},"name":"open_app"}
Run 'python scripts/ingest.py'.
tool
ctx_run
run_command
{"arguments":{"command":"python scripts/ingest.py"},"name":"run_command"}
Search for 'render_sidebar' in the codebase.
tool
ctx_search
grep_search
{"arguments":{"pattern":"render_sidebar"},"name":"grep_search"}
Please write 'q3 planning draft' to my notes.
tool
ctx_write
notion_write
{"arguments":{"content":"q3 planning draft"},"name":"notion_write"}
Go run the Python snippet 'len([1, 2, 3])'.
tool
ctx_run
run_python
{"arguments":{"code":"len([1, 2, 3])"},"name":"run_python"}
Look at the article at news.site.org/today.
tool
ctx_analyze
open_url
{"arguments":{"url":"news.site.org/today"},"name":"open_url"}
Can you run the Python snippet 'sum(range(8))'?
tool
ctx_run
run_python
{"arguments":{"code":"sum(range(8))"},"name":"run_python"}
Search for files matching '*.ipynb'.
tool
ctx_search
find_files
{"arguments":{"pattern":"*.ipynb"},"name":"find_files"}
Take a look at the JSON from https://api.service.dev/orders.
tool
ctx_analyze
http_request
{"arguments":{"url":"https://api.service.dev/orders"},"name":"http_request"}
Get the JSON from api.blog.dev/posts.
tool
ctx_fetch
http_request
{"arguments":{"url":"api.blog.dev/posts"},"name":"http_request"}