openai-php / client

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

Add test case for function call with output not submitted yet #319

Closed michgeek closed 8 months ago

michgeek commented 8 months ago

What:

Description:

When a retrieving the list of run step where their results have not submitted yet, it will trigger an error because output is missing from the $attribute array.

gehrisandro commented 8 months ago

@michgeek Thank you for the PR.