-
Notifications
You must be signed in to change notification settings - Fork 5
feat(plugin/faq-analyzer): creation of a FAQ analyzer plugin #61
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: master
Are you sure you want to change the base?
Conversation
I realized that im using table searches / updates on the client rather than on the table itself. I need to reference this: https://botpress.com/docs/api-reference/tables-api/openapi/createTableRows for plugin client (basically just botpress client but typed) I'll update the code when I have a chance. |
Replacing the zod with @bpinternal/zui --> https://www.npmjs.com/package/@bpinternal/zui fixes the e.toTypescript error producing with the zai extract. However, the plugin is still not functioning as expected. |
[BUG]: Latest update adds every question (last and most recent array) --> creating disparity and latency ig |
[BUG]: context understanding at times |
Fixed issues above. Remaining issues before Im able to start optimizing + making code quality better:
|
Coming soon...