Vince
Vince8mo ago

Vince - hi there, can a node created by buildsh...

hi there, can a node created by buildship be changed? seems like im having issue updating these notes and being saved. Wanted to do that rather than restarting from scratch. Just tryign to do an OpenAI function calling. Because the one you created is very basic and doesn't include the parametization of the objects. Just finding a little weird the creation of nodes in there. Also the npm package exist, but not sure how to load it in buildship
7 Replies
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @Vince Yes, you can edit the node logic https://docs.buildship.com/basics/node#edit-and-customize-nodes and install any npm package using the name import method: eg: import { S3Client, GetObjectCommand } from "@aws-sdk/client-s3";
What is a Node? – BuildShip
A unified resource to start building your backend with low-code. Dive into triggers, nodes, and step-by-step guidance to jumpstart your workflow creation.
Vince
Vince8mo ago
hmmm there's definitely something im misunderstanding
Vince
Vince8mo ago
No description
Vince
Vince8mo ago
Ive DMed you!
Gaurav Chadha
Gaurav Chadha8mo ago
Thanks for sharing it via support, will check and provide update 👍
Vince
Vince8mo ago
thank you so much! having this as an example working would help me translate from a clear doc in api to buildship. If i get this working, i'll move all my workflows for this app to buildship because i think it's way better there's just a bit of lack of certain docs for me.. (im low coder but should be able to get it). Ive used supabase,xano,n8n so far working so i think i might just not getting something
Gaurav Chadha
Gaurav Chadha8mo ago
Sent you an email with fixed code. Happy Building and Shipping with BuildShip.