I have this code:
sequence:
- action: llmvision.image_analyzer
data:
include_filename: false
target_width: 720
max_tokens: 30
temperature: 0.2
provider: 01JKZVKXSB5ZD4KDXQ1JG81CXH
model: maxi_llava-phi3:latest
image_entity:
- camera.front_door_camera
message: >-
Shortly describe the person or persons at the door. Also say how many
they are.
response_variable: answer
- set_conversation_response: "{{answer}}"
alias: Generate front door person description
description: >-
This script can be used by the LLM to describe the current situation at the
front door.
But unfortunately, the set_conversation_response: "{{answer}}" is not passing the data to my Voice assistant.
Any ideas?