Prompt
{% if 0 < (thread | selectattr("userId", "equalto", "Bob") | list | length) %}{{context}} Given the preceding context, do Bob's following utterances show that he was interested in the context? {% for utterance in thread %} {% if "Bob" == utterance["userId"] %} - "{{ utterance["text"] }}", {% endif %}{% endfor %}
