Proposal for Enhancing the OpenAI-Assistant Library #81
Replies: 1 comment 1 reply
-
Hey @arodriguezcb , Thanks for your message and for using our library! It’s great to hear that it’s been helpful in your project. We really appreciate you sharing your thoughts on how we can make the library even better. Your feedback about making our services more modular, adding customizable routes, and enabling endpoint parameterization definitely makes sense, and it’s something we can look into. We're always excited to collaborate with our community, and we’d love to invite you to contribute directly to the library. It's contributions like yours that really push the project forward! We'll add your feedback to our backlog and look into it as soon as we can. In the meantime, any input or code you'd like to share would be more than welcome. Thanks again for the awesome feedback. Looking forward to seeing your contributions! 🙌 Cheers, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Boldare Team,
First, let me thank you for creating such a fantastic library. The OpenAI-Assistant module has made setting up an AI assistant incredibly fast and efficient, which has been very beneficial in my project.
However, I encountered a few limitations that, if addressed, could greatly improve the library's versatility and usability. I'd like to share some feedback and propose potential enhancements:
Service Usability: Currently, the module exposes all services via a single NestJS module. It would be incredibly helpful to have the option to use individual services without exposing everything through a single module. This would allow for more granular control and customization.
Endpoint Parameterization: Since the module only exposes non-configurable endpoints, I am unable to use it for managing multiple assistants in one project. In my case, this is a significant limitation, as I need to deploy and interact with multiple AI assistants under different configurations.
Customizable Routes: The exposed routes are fixed and cannot be modified, which limits flexibility in certain setups. It would be beneficial to allow developers to customize these routes or add a prefix to better fit specific application architectures.
I believe these adjustments could make the OpenAI-Assistant library even more powerful and adaptable for various use cases. I’d love to discuss these ideas further if possible.
Thank you again for your work and for considering this feedback. I look forward to any thoughts you might have.
Best regards, Angel.
Beta Was this translation helpful? Give feedback.
All reactions