Dear OpenAI Community,
I’m writing to share and seek advice on a specific issue we’ve encountered with the recent changes to the Chat Completion API, which has significantly affected our application’s functionality.
Background:
Our application heavily relies on the Chat Completion API, particularly a feature where certain function calls would initially return a status message like in progress
. This was integral to our user experience, as it informed users that their request was being processed. The function would later update with the final result, allowing for a seamless and interactive user experience.
Issue:
The recent API updates have introduced a specific requirement that a tool call response must directly follow the message where it was initiated. While this is manageable, it disrupts our previous method of providing an early ‘in progress’ message, followed by the actual tool response a few messages later. This approach, which involved issuing a tool message with the final result after non-tool call messages, is no longer viable under the current API constraints.
Invalid parameter: messages with role 'tool' must be a response to a preceding message with 'tool_calls'.
This change means we cannot notify users that their request is in progress until after we have made a tool call, which undermines the interactive nature of our application.
Impact:
The inability to provide immediate status updates has led to a less responsive user experience. Our users were accustomed to receiving instant feedback, and this change has made our application feel slower and less interactive.
Request for Advice:
We are seeking advice or suggestions on how to adapt to these changes. Specifically:
- Is there a recommended approach to provide immediate feedback under the new system?
- Are there alternative methods to implement a similar functionality that complies with the new API rules?
- Any insights into whether this change is permanent would also be greatly appreciated.
We hope to find a solution that allows us to maintain the level of interactivity and responsiveness our users have come to expect. Any guidance from the OpenAI team or community members who have faced similar challenges would be invaluable.
Thank you for your attention and assistance.