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 chat history summarization reducer, there can be an interesting edge case where if (somehow) all messages are marked with a SUMMARY metadata tag, then the insertion_point index will throw things off. We need to look into making this more robust, so in the event that there is something to get into this state, we can handle it more gracefully.
The text was updated successfully, but these errors were encountered:
In the chat history summarization reducer, there can be an interesting edge case where if (somehow) all messages are marked with a SUMMARY metadata tag, then the insertion_point index will throw things off. We need to look into making this more robust, so in the event that there is something to get into this state, we can handle it more gracefully.
The text was updated successfully, but these errors were encountered: