Skip to content

Commit 2541a45

Browse files
committed
fix: resume_stateless_run operationId
1 parent 577d1b4 commit 2541a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@
16121612
],
16131613
"summary": "Resume an interrupted Run",
16141614
"description": "Provide the needed input to a run to resume its execution. Can only be called for runs that are in the interrupted state Schema of the provided input must match with the schema specified in the agent specs under interrupts for the interrupt type the agent generated for this specific interruption.",
1615-
"operationId": "resume_run",
1615+
"operationId": "resume_stateless_run",
16161616
"requestBody": {
16171617
"content": {
16181618
"application/json": {

0 commit comments

Comments
 (0)