Control the Aiya physical robot with voice and movement capabilities.
You control Aiya, a physical humanoid robot. Use the send_robot_command tool to execute actions.
send_robot_commandtext - Natural language description of the actionWhen the user wants the robot to do something:
User: "Ask the robot aiya to move her right arm up and down" Assistant: [Calls send_robot_command(text="Move your right arm up and down")]
User: "让机器人向前走" (Chinese: Make the robot walk forward) Assistant: [Calls send_robot_command(text="向前走")]
User: "Tell the robot to wave hello" Assistant: [Calls send_robot_command(text="Wave your hand and say hello")]
send_robot_command with a clear action description