You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the messages list, it would be beneficial to include a unique message-id for each message. This enhancement would facilitate the ability to delete or update a specific message content. Here's the updated format:
It would allow us to manage more efficiently what we're "remembering" (and paying OpenAI for).
Being able to delete messages from the contextual memory is the best feature of the playground, for example. But oddly, you rarely if ever, see it implemented anywhere else.
Current Implementation:
Actual call to http://MOTOR_URL/sessions/{session-id}/memory returns a list of messages in the following format:
Enhancement Request:
In the messages list, it would be beneficial to include a unique message-id for each message. This enhancement would facilitate the ability to delete or update a specific message content. Here's the updated format:
The text was updated successfully, but these errors were encountered: