AI support in Application Builder

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

Version 1.32.1

If you are self-hosting, which installation method do you use to run Baserow?

Docker version 24.0.2

What are the exact steps to reproduce this issue?

Hi team, I’ve just added an AI field which works fine (clicking “generate” give the appropriate response). However, I can’t see any way to integrate this into the App Builder. When I add an element (button, text etc) I don’t have the option to choose the new AI field. for context, it’s a simple prompt that retrieves the weather forecast for a given location at a given time. I’d like the user of the app to be able to click a button and generate the response (the forecast). Is this possible?

Thanks in advance!

Sorry team. It actually just took a little time for it to appear. I assumed it would be visible immediately in the App builder, but it actually took a few minuted to appear.

But on a related question. Is there a way yo make a button in the App Builder that let’s the user generate the AI response?

Thanks again!

There is currently no way for the user to generate the AI response automatically. This can still be done programmatically through Baserow’s API but you would then need to use an external service to do this.

Thank you! Makes sense. Sounds like a job for n8n. Cheers.