Update the near-term weather report definition to align with the weatherreporter application defaults

This commit is contained in:
2026-06-12 13:04:38 -05:00
parent cfd92da4e0
commit 231f439c8a

View File

@@ -1,9 +1,9 @@
id: weather.daily_report
id: weather.near_term_report
version: "1.0.0"
#default_profile: local-heavy
default_profile: openrouter-gemini-flash-lite
#default_profile: openrouter-opus
description: Daily weather report prompt.
description: Near-term weather report prompt.
inputs:
- name: data_package
required: true
@@ -11,14 +11,12 @@ inputs:
description: Structured weather data package
messages:
- role: system
content_file: ./daily_report.system.md
content_file: ./near_term_report.system.md
- role: user
content_file: ./daily_report.user.md
content_file: ./near_term_report.user.md
- role: user
content: |
<<<CURRENT_SESSION_TRANSCRIPT
{{input "data_package"}}
CURRENT_SESSION_TRANSCRIPT>>>
output:
format: markdown
validation_mode: basic