agent_dispatch_result
Attach result and status to a routing decision by routing_id, closing the loop on agent_route calls. Returns routing_id and status, or an error if the ID is unknown.
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 |