openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.98k stars 519 forks source link

Fix 'attachments' key exception on thread message modify #471

Closed datashaman closed 1 week ago

datashaman commented 3 months ago

What:

Description:

Modifying a thread message after creation throws an attachments key exception. This uses the null coalescing operator to provide a fallback if the value is missing.

Related:

Resolves #470

gehrisandro commented 1 week ago

Thanks, @datashaman for the PR!