update_driver_response
Log a driver's response to a booking call, update their score, and receive the next step: start the ride or dispatch the next driver.
Instructions
Record a driver's response to a booking call. Updates driver score. Returns next_action: RIDE_STARTED or GET_NEXT_DRIVER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes | Driver response | |
| driver_id | Yes | Driver ID who was called | |
| booking_id | Yes | Booking ID | |
| pool_source | Yes | Which pool this driver came from | |
| attempt_order | Yes | Sequential number of this call (1-based) | |
| call_placed_at | Yes | ISO timestamp when the call was placed |