You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Periodically, undefined array keys "start_index", "end_index", and "file_citation" produce a fatal error:
Uncaught TypeError: OpenAI\Responses\Threads\Messages\ThreadMessageResponseContentTextAnnotationFileCitation::from(): Argument #1 ($attributes) must be of type array, null given
Steps To Reproduce
The fatal error occurs unpredictably while streaming a response from an Assistant. Retrying the same query will not generate the error a second time. There can be dozens of queries between fatal erros.
OpenAI PHP Client Version
v0.10.1
PHP Version
8.1.18
Notes
No response
The text was updated successfully, but these errors were encountered:
Description
Periodically, undefined array keys "start_index", "end_index", and "file_citation" produce a fatal error:
Uncaught TypeError: OpenAI\Responses\Threads\Messages\ThreadMessageResponseContentTextAnnotationFileCitation::from(): Argument #1 ($attributes) must be of type array, null given
Steps To Reproduce
The fatal error occurs unpredictably while streaming a response from an Assistant. Retrying the same query will not generate the error a second time. There can be dozens of queries between fatal erros.
OpenAI PHP Client Version
v0.10.1
PHP Version
8.1.18
Notes
No response
The text was updated successfully, but these errors were encountered: