agent_dispatch_result
Attach outcome text and status to a routing ID to close the loop on agent_route calls. Returns the routing ID and status, or an error if the routing ID is not found.
Instructions
Close the loop on an agent_route call: attach the outcome — result
text plus status (e.g. 'done', 'failed') — to the routing_decisions row
named by routing_id. Returns {routing_id, status}, or {error: not_found}
for an unknown routing_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| result | Yes | ||
| status | No | done | |
| routing_id | Yes |