get_run_results
ActiveTool of The Mine Works
declared in 1.0.0
Collect the results of a previously started actor run. Use this when another tool returned status "pending" with a run_id: wait a few seconds, then call this with that run_id. Repeat until it returns results.
Parameters schema
{
"type": "object",
"required": [
"run_id"
],
"properties": {
"run_id": {
"type": "string",
"description": "The run_id returned by a tool whose status was \"pending\""
}
}
}Parent server
The Mine Works
1/7 registries