Files
gpt-pilot/core/prompts/partials/files_descriptions.prompt
LeonOstrez 9bf7fdc6c0 WIP
2024-07-24 14:39:42 +02:00

4 lines
191 B
Plaintext

These files are currently implemented in the project:
{% for file in state.files %}
* `{{ file.path }}{% if file.meta.get("description") %}: {{file.meta.description}}{% endif %}`
{% endfor %}