Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Construct Knowledge Assets based on the whole conversation instead of only the reply #2

Open
brkagithub opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@brkagithub
Copy link
Collaborator

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.

@brkagithub brkagithub added the enhancement New feature or request label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant