Problem Statement
Similarly to the ACP endpoints that unify to Start Run and Wait , or Start Run and stream, ACP should add endpoints to unify Resume Run and Wait and Resume Run and Stream in case of interrupts:
POST /runs/{run_id}/wait
POST /runs/{run_id}/stream
POST /threads/{thread_id}/runs/{run_id}/wait
POST /threads/{thread_id}/runs/{run_id}/stream
Proposed Solution
Add the above methods to the openapi spec and amend examples as needed
Alternatives Considered
No response
Additional Context
No response
Checklist