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

feat(chat): add onFinish hook to RAGChat for final response handling #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ronal2do
Copy link
Contributor

  • Implemented an onFinish callback in the RAGChat class to allow users to access and modify the final output of the chat.
  • Updated the ChatOptions type to include the new onFinish property.
  • Added a new test suite to validate the functionality of the onFinish hook, ensuring it is called with the correct output after a chat interaction.

closes #96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving chat history in PostgreSQL
1 participant