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
After matching specific entries in history, we should expand the stuffed blocks with some more entries along the matched entry. For example if the entry contained multiple function call turns or additional media attachments go through that and include a few more steps back and forward in the history.
The text was updated successfully, but these errors were encountered:
Since in our case it's not about chunks, we could go with this simple heuristic first:
If the retrieval matches on a user utterance, we should look further in history (skipping any medium entries and optionally include any function call entries) and add at least the model response to that user input.
If the retrieval matches on a model response, we should look back in history (skipping any medium entries and optionally include any function call entries) and add at least the user request triggering the model response.
Maybe later we can think about adding even more rounds.
After matching specific entries in history, we should expand the stuffed blocks with some more entries along the matched entry. For example if the entry contained multiple function call turns or additional media attachments go through that and include a few more steps back and forward in the history.
The text was updated successfully, but these errors were encountered: