Skip to content

Conversation

mpetruu
Copy link
Contributor

@mpetruu mpetruu commented May 6, 2025

Coming soon...

@mpetruu
Copy link
Contributor Author

mpetruu commented May 6, 2025

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.
States are still bugged (problem with plugins themselves not the plugin I created) --> doesn't change being in the emulator or webchat. I added defensive handling to skip em and allow the rest of the bot to function irregardless.

@mpetruu
Copy link
Contributor Author

mpetruu commented May 8, 2025

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.

@mpetruu
Copy link
Contributor Author

mpetruu commented May 8, 2025

[BUG]: Latest update adds every question (last and most recent array) --> creating disparity and latency ig

@mpetruu
Copy link
Contributor Author

mpetruu commented May 8, 2025

Fixed issues above.

Remaining issues before Im able to start optimizing + making code quality better:

  1. If a user sends multiple messages in succession BEFORE the bot finished replying, might cause the same question to appear twice in the table.

  2. Minor semantic touchups.

@mpetruu mpetruu changed the title [WIP] feat(plugin/faq-analyzer): creation of a FAQ analyzer plugin feat(plugin/faq-analyzer): creation of a FAQ analyzer plugin May 12, 2025
mpetruu and others added 10 commits May 12, 2025 16:57
* add file sharing upload support

* add file support for bloc

* Google chat spaces

* Clarify where to find webhook url in the readme

* Specify the chat return type in client

* chore: deploying google-chat-spaces to plus

* chore: naming for gcs

* feat(devops): integration version checker (#67)

* feat(devops): creation of a codeowners file

* feat(devops): adding scripts for workflows for checking integration naming

* fix(integrations): naming prefix for plus

* fix(workflows): checking the integration version in prod without building (because of bp_modules)

* fix(workflows): detect changes to JSON as well

* chore: version bumping to pass version checker

* chore: woops

* feat(readme): adding a readme.md to botpress/growth (#76)

* fix(bp-integration-runner): updating packages (#74)

* fix integration name lookup (#73)

---------

Co-authored-by: David Vitor Antonio <[email protected]>
Co-authored-by: Matea Vasileski <[email protected]>
@mpetruu mpetruu closed this May 20, 2025
@mpetruu mpetruu deleted the mp_faqhook branch May 21, 2025 17:21
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.

1 participant