Results 1 comments of agmike77

in files: /vendor/openai-php/client/src/Responses/Assistants/AssistantResponse.php /vendor/openai-php/client/src/Responses/Threads/Messages/ThreadMessageResponse.php /vendor/openai-php/client/src/Responses/Threads/Runs/ThreadRunResponse.php replace this line ```php $attributes['file_ids'] ``` with this one ```php $attributes['file_ids'] ?? [] ```