get_async_run_result
Retrieve the result of an asynchronous run by specifying a run ID, enabling integration between ACP-based AI agents and MCP-compatible systems.
Instructions
Get the result of an asynchronous run
Input Schema
Name | Required | Description | Default |
---|---|---|---|
run_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"run_id": {
"title": "Run Id",
"type": "string"
}
},
"required": [
"run_id"
],
"type": "object"
}