Normalize prompt folder naming

This commit is contained in:
2026-06-14 07:26:47 -05:00
parent ce1388444c
commit 594f5bc580
21 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
id: weather.near_term_report
version: "1.0.0"
#default_profile: local-heavy
default_profile: gemini-3-flash-lite
description: Near-term weather report prompt.
inputs:
- name: data_package
required: true
content_type: application/json
description: Structured weather data package
messages:
- role: system
content_file: ./near_term_report.system.md
- role: user
content_file: ./near_term_report.user.md
- role: user
content: |
{{input "data_package"}}
output:
format: markdown
validation_mode: basic
repair_attempts: 0