agent_dispatch_result
Attach the final result and status to a routed agent task using its routing ID, updating the dispatch record and returning confirmation or not_found error.
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 |