mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Calvin Smith <email@cjsmith.io>
9 lines
261 B
Django/Jinja
9 lines
261 B
Django/Jinja
{% 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 %}
|