File size: 261 Bytes
51ff9e5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{% for agent_info in triggered_agents %}
<EXTRA_INFO>
The following information has been included based on a keyword match for "{{ agent_info.trigger }}".
It may or may not be relevant to the user's request.

{{ agent_info.content }}
</EXTRA_INFO>
{% endfor %}