Skip to content

[Feature]: Support endpoints that unify resume and wait operations, and resume and stream operations #40

@aduminuc

Description

@aduminuc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions