Patricio Cabo

Results 2 comments of Patricio Cabo

getting the same ! Thanks for the effort guys

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