Prompt
{% if 0 < (thread | selectattr("userId", "equalto", "Alice") | list | length) %} context: {{context}} conversation: {% for utterance in thread %} - {{ utterance["userId"] }}: {{ utterance["text"] }} {% endfor %} Was Alice really into this conversation?
