Skip to content

Commit 4fbfb34

Browse files
authored
Merge pull request #421 from SovjakMartin/fix-missing-threadrunstreamresponse-event
Added thread.run.incomplete into ThreadRunStreamResponse list of responses
2 parents 8b63d27 + fbded40 commit 4fbfb34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Responses/Threads/Runs/ThreadRunStreamResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public static function from(array $attributes): self
5050
'thread.run.in_progress',
5151
'thread.run.requires_action',
5252
'thread.run.completed',
53+
'thread.run.incomplete',
5354
'thread.run.failed',
5455
'thread.run.cancelling',
5556
'thread.run.cancelled',

0 commit comments

Comments
 (0)