You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add few actions that would call AI provider to perform some action that I will define. I can easily implement that code in programming language, but what is a way to call it from Boop?
I see several options:
Do network interaction from JavaScript itself. This might mean a lot of things to bring into Boop, but that's the option.
Allow boop script to trigger some external program and grab its output. This sounds simpler as this doesn't bring all the tools into boop itself.
Maybe some other ways are possible.
What do you think?
The text was updated successfully, but these errors were encountered:
I want to add few actions that would call AI provider to perform some action that I will define. I can easily implement that code in programming language, but what is a way to call it from Boop?
I see several options:
Maybe some other ways are possible.
What do you think?
The text was updated successfully, but these errors were encountered: