Delegation
Give JARVIS a real tool to call so it can act, not just talk.
Wire a Tool
0/9
Warm up
- Warm up 01
Pick a tool JARVIS needs (search, calc, an API)
- Warm up 02
Wire it via a tool schema
- Warm up 03
Prompt a task that requires it; watch JARVIS call it
- Warm up 04
Verify the call did real work
Challenge
- Challenge 01
Write a JSON tool schema for a given function
- Challenge 02
Spot why a tool call failed
Take further
- Take further 01
Give JARVIS one real tool
- Take further 02
A bot that calls a weather/search API
- Take further 03
A tool only your cohort needs