Spaces:
Build error
Build error
{% if repository_info %} | |
<REPOSITORY_INFO> | |
At the user's request, repository {{ repository_info.repo_name }} has been cloned to the current working directory {{ repository_info.repo_directory }}. | |
</REPOSITORY_INFO> | |
{% endif %} | |
{% if repository_instructions -%} | |
<REPOSITORY_INSTRUCTIONS> | |
{{ repository_instructions }} | |
</REPOSITORY_INSTRUCTIONS> | |
{% endif %} | |
{% if runtime_info and (runtime_info.additional_agent_instructions or runtime_info.date) -%} | |
<RUNTIME_INFORMATION> | |
{% if runtime_info.additional_agent_instructions %} | |
{{ runtime_info.additional_agent_instructions }} | |
{% endif %} | |
{% if runtime_info.date %} | |
Today's date is {{ runtime_info.date }} (UTC). | |
{% endif %} | |
</RUNTIME_INFORMATION> | |
{% endif %} | |