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 dkgInsert.ts file, the knowledge asset is currently constructed base on only the latest user query. We should make it so that it is based on the whole conversation up to that point. Instead of _state.currentPost, the whole conversation should be extracted from the state, and passed to the constructKnowledgeAsset function.
The text was updated successfully, but these errors were encountered:
In the dkgInsert.ts file, the knowledge asset is currently constructed base on only the latest user query. We should make it so that it is based on the whole conversation up to that point. Instead of _state.currentPost, the whole conversation should be extracted from the state, and passed to the constructKnowledgeAsset function.
The text was updated successfully, but these errors were encountered: