client icon indicating copy to clipboard operation
client copied to clipboard

Missing support for 'thread.run.incomplete' event, for streamed runs

Open vitruvio84 opened this issue 1 year ago • 1 comments

Description

Missing support for 'thread.run.incomplete' event, for streamed runs

Steps To Reproduce

Missing support for 'thread.run.incomplete' event, for streamed runs

OpenAI PHP Client Version

v0.10.1

PHP Version

8.2.1

Notes

Missing support for 'thread.run.incomplete' event, for streamed runs

vitruvio84 avatar Jul 09 '24 18:07 vitruvio84

Sorry for delay. I'm new to streaming. I peeked code and I see this event supported - https://github.com/openai-php/client/blob/main/src/Responses/Threads/Runs/ThreadRunStreamResponse.php#L52

Do you have a code sample or can point me in a direction of where you see failure? Best I can tell the event is captured and handled.

iBotPeaches avatar Apr 10 '25 00:04 iBotPeaches

This was added here and released - https://github.com/openai-php/client/commit/fbded407c7d4c4b6833459ac39000f103817ecaa closing.

iBotPeaches avatar May 27 '25 12:05 iBotPeaches