Return Result to Previous AI
This powerful actions works together with the Ask AI action when it allows multiple turns (else it is ignored). It sends the output of the action back to the previous AI action that triggered it.
Together with multiple turn support, this allows for powerful AI agent chains.
Example for this:
A voice command "When is my next appointment?" uses an Ask AI action to process the audio command to trigger a Make API Request action to get calendar info, which then has its Next Action Field set to this Return Result to Previous AI action. It returns the result of the API call back into the AI, which can then trigger a Send Notification action to tell you the result.
Last updated