-
Notifications
You must be signed in to change notification settings - Fork 9
Chatbot Update #29
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
base: main
Are you sure you want to change the base?
Chatbot Update #29
Conversation
…l need work on tools
|
@Azizahussein is attempting to deploy a commit to the Destiny and Rahul Projects Team on Vercel. A member of the Team first needs to authorize it. |
|
need some code changes |
|
no need to introduce a separate google generative ai package, we are already using AI SDK which ie enough, the chatbot layout though made correctly has the incorrect file structure, should have a top level file structure adjacent to (protected) and (auth). Check this link for reference https://nextjs.org/docs/app/api-reference/file-conventions/route-groups, no need to have a separate route for ask google, it can be done in the single same route by using a model selector........schema needs to be better to account for chatbot message persistence |
|
there is no error handling on the page chatbot page, it should tell me why a message is not being processed, what is the issue? |
Added the following features:
Database querying
Chatbot is now able to respond with graphs of data queried
Chatbot now implements HITL to confirm before proceeding with a query