LLM-controlled robot via tool calls
Time: 11:25 AM to 12:15 PM
Run the AI Voice Assistant Car
How to interact
Say the wake word “Hey buddy” to activate the robot. It will greet you, listen to your request, send it to GPT, speak the response, and execute physical actions.Available actions
The robot can perform these physical actions through tool calls:| Action | What it does |
|---|---|
| Shake head | Camera pans side to side |
| Nod | Camera tilts up and down |
| Celebrate | A happy movement sequence |
| Forward | Drive forward |
| Backward | Drive backward |
| Wave hands | Camera does a wave pattern |
| Act cute | A playful movement |
| Depressed | A slow, sad movement |
Have a conversation
Try these interactions:- Ask the robot to move forward
- Ask it a trivia question
- Give it a multi-step task
- See how it responds to unexpected requests
Inspect the code
Read through the script with the facilitator and find:- Where is the system prompt defined?
- Where are the tool definitions listed?
- Where does the model’s response get parsed into physical actions?

