translator
: We want to create a Flowz
to parse through our request in order to first translate it, then perform a grammar-check and finally enhance the output. How would this look like?
Translator
translator
where we will define the flowz and we add a prompt to enhance the text from the final output. The app uses a prompt similar to Translate to French: {{prompt}}
Incoming Request node
Connecting apps
translate-app
for initial language translation. (This app will have a prompt associated and could have specific models selected).Another app
grammar-check
app.Connect nodes
Finally
translator
itself will execute last with the output and then will return it to the user.Flowz result