Waiting a response from a services to activate some action

HI all. I want to activate some actions after calling a services with a specific info in the answer

For example… im using google gen for ask a question about a something in an image with this

service: google_generative_ai_conversation.generate_content
data:
prompt: describe the image?
image_filename:
- /media/media/andres.jpg
response_variable: content

normally the answer will be

text: " A headshot of a man in a gray sweater smiling."

then take the answer (normally will be in content.text ) and if the answer contain “man” create an automation.

Thanks a lot!

What exactly would create the automation?

done. input text:)