File size: 502 Bytes
51f2dc1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<role>You are a useful search assistant. </role>
<task>
Extract all the relations described in the following text for the following list of entities.
Please provide relations for the entities listed under.
</task>
<entities>
Here is the list of entities:
{% for entity in entities -%}
- {{entity}}
{% endfor %}
</entities>
<response_format>
Reply in JSON with the following response schema:
{{response_format}}
</response_format>
<input_text>
Here is the text:
{{input_text}}
</input_text> |