BuildShip + Rowy

BR

BuildShip + Rowy

Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automate, AI workflows

Join

❓・buildship-help

🌇・showcase-and-share

💬・general

Link - Hello everyone, Why the firebase import...

Hello everyone, Why the firebase import have "Cannot find module 'firebase-admin/app' or its corresponding type declarations" merci 🥖...
Solution:
Hi @Link It should not affect the working of the node, let us know if you get into any issues due to these errors. We'll push a fix for these error warnings....
No description

HocusPocus - Hi guys, from the ai assistent tem...

Hi guys, from the ai assistent template I want to modify the response time as now the message and response are almost simultaneously. I was thinking of adding a delay on conditional visibility in FF. I saw that there is a random data option so it might be possible to randomize the response time for the assistent. I appreciate every help.
No description

swipe - Seems to be a bug in the OpenAPI JSON G...

Seems to be a bug in the OpenAPI JSON Generator node could use some love as it seems to be either be broken or not functioning as expected: 1. jsonResponse is legacy from a previous node and probably should be removed from the code 2. The node does not seem to output an object, but a JSON string instead. Perhaps this is as-designed, but it was not intuitive. I changed the final line to: `const output = response.choices[0].message.content;...
No description

Holden - Also related, For the flutterflow stre...

Also related, For the flutterflow streaming assistants video released today, will the streaming work on flutterlow desktop apps or only flutterflow mobile apps?

Holden - For the flutterflow streaming assistan...

For the flutterflow streaming assistants video released today, does that assistants node support the 4.o model? Great job by the way.

serge - hello, can buildship add Conversions A...

hello, can buildship add Conversions API from Meta as node thank you

dankmango - My logs keep disappearing and no on...

My logs keep disappearing and no one is getting back to me. I have logged support tickets, spoken to @Gaurav Chadha and still nothing. I am not able to debug anything since I can't see the logs.

Roco - Hello anyone here know what to usually p...

Hello anyone here know what to usually put on the local file path, in buildship file upload node?
Solution:
Hey @Roco, it will be the file path (destination) where the file will be uploaded, you can click the info tooltip to get the examples.

Ethan Tan - Could we please get a Gemini node w...

Could we please get a Gemini node with a Streaming response? Gemini 1.5 Flash and 1.5 Pro are great with a 1M context

saurabh - I see response here but not in return...

I see response on the firestore node but not in return node, what wrong am I doing ? #💬・general
Solution:
Use this, then it should sort order correctly. Fixed in the node tooltip tip too. Eg: [{fieldName: "asc"}] or [{fieldName: "desc"}]...
No description

ruben.romero - Hi! I’m getting an “400 invalid ...

Hi! I’m getting an “400 invalid schema for function” error in my open AI assistant node, i’m trying to make my assistant capable of sending emails using sendgrid dynamic email node, the error says that “toAddress” is missing in context which is not true because is a fixed value and sendgrid node works just fine when i test it alone, how can i fix this pleaseee help, thank you
No description

Holden - Do I need to adjust anything within Bu...

Do I need to adjust anything within Buildship to have my AI Assisstants node work using 4.o assistants api? I was using 4.0 turbo in the assistant itself so if I just adjust the model in the openai assistants interface will it work the same with my current Buildship flow or do I need to adjust something in Buildship too? Thanks!
Solution:
Hey @Holden, that's right, all you need to do to start using the 4o model is to configure your assistant over on platform.openai.com. Do make sure you're using the latest version of the assistant though, which is built to work with the OpenAI Assistant V2 API (the description of the node should tell you if it's compatible with V2 or not). If this is not the case, please replace the node with a new one from the node library....

HocusPocus - hey guys, I want to integrate the ...

hey guys, I want to integrate the FF clonable ai assistent template from buildship with the buildship remix template. The buildship test workflow works fine, however as soon as I test the api call in FF it gives an error. I can't wrap my head around this as I am following every step 😦
Solution:
hey there @HocusPocus, as the error message indicates, the user prompt is missing. The template expects the user prompt to come in from the HTTP Request Body, via the message property. Could you check if that's the property name, and if not could you try renaming the property to message, and see if that works?...
No description

Mike Bunnies - Hi again. Did anyone try to use ...

Hi again. Did anyone try to use the Custom GPT Oauth to let a user add something to their calendar (or any other Oauth scenario)? I'd like my Custom GPT tobe able to ask for the authorization and then search through the users calendar, or simply add something to their calendar. Any ideas?

ruben.romero - Hi everyone, i tried to generate...

Hi everyone, i tried to generate an AI node, to find a row in a spreadsheet (can't believe there isn't a node for that) but i would need to implement the authentication manually because the node doesn't come with the authentication button like the rest of oauth nodes, what can we look for a row in a spreadsheet? or how can i make the node to allow me to authenticate like the rest? Thank you

Ethan Tan - looking for some help in setting up...

looking for some help in setting up Buildship as a Custom LLM to work with Vapi - is there anyone who can help or who knows someone please? Thank you https://discord.com/channels/853498675484819476/1224626056263106612/1238899999790596216...

! ! ! Rock ! ! ! - Hello, I am a full stack and...

Hello, I am a full stack and blockchain engineer. mainly, I used Next.js, Nuxt.js, Golang, JS and Python. and I used Web3.js, Ether.js, Wagmi.js and Solidity, Rust. and I am very familiar with Blockchain Game development, Friendly UI development, building any dapps and trading bot, Wallet for powerful features and Smart Contracts development so on. is there any chance to work with you right now?...

David K. - i keep getting errors when putting q...

i keep getting errors when putting quotes around a variable into the api call node body
Solution:
Hi @David K. You were missing a colon due to which it was giving an error: You can paste this correct variable object in the expression editor and it should work then: {"messages":[{"role":"system","content":"You're a helpful assistant"},{"content":ctx["root"]["1716029446273"],"role":"user"}],"model":"gpt-4o"}
No description

Julius - Also there's a lot of samples that con...

Also there's a lot of samples that connects with Supabase. What's the pros and cons between Supabase and Rowy? Thanks!