Update the near-term weather report definition to align with the weatherreporter application defaults
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user