GUIDE / TUTORIAL: How to use AI Assistants to create/modify entries in your application database

Hello!

I now and then receive clients asking how they can use AI to create/modify entries in their database.

I made a small guide about this explaining how I do it with a personal project

https://contra.com/p/sUZ2OrNY-buildship-guide-create-entries-in-your-database-using-ai

I have an application that uses OpenAi assistants to create competitive Pokemon teams. In this guide, I showcased how we integrated the feature to replace one Pokemon from the team by using a function to make an API call to my application’s Backend

I’m using a no-code tool that makes this process easier as it handles all API calls related to the API assistants.

I kept the guide abstract as much as possible, so no worries if you don’t know anything about Pokemon :slight_smile:

Little confused with the Chart but you can solve this all by using Function Calling in Assistant APIs. I am already doing that, i.e, updating database using AI. Let me know if you want to connect, I can show you.

2 Likes

Hey! @MrFriday

Thanks but I also got it working already! :slight_smile:

I was sharing the tools I use for this.

I had previously done it also with the functions of the assistants API, but I wanted to share this setup as for me it’s easier and hopefully for others :slight_smile:

In this setup, the assistant and the function of the assistant can be setup visually through Buidlship, the nocode tool I’m using

Ohh my bad. I thought you had a query. Just saw the “Guide:” in the title. :face_with_peeking_eye:

1 Like