mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
Additional prompt templates fetched from the OpenHands repo including system_prompt, security_risk_assessment, in_context_learning examples, microagent prompts, and variant modes (interactive, long_horizon, tech_philosophy). https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
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 %}
|