Add initial prompts for weather.daily_report
This commit is contained in:
23
prompts/weather/daily_report/daily_report.yml
Normal file
23
prompts/weather/daily_report/daily_report.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
id: weather.daily_report
|
||||
version: "1.0.0"
|
||||
default_profile: local-heavy
|
||||
description: Daily weather report prompt.
|
||||
inputs:
|
||||
- name: data_package
|
||||
required: true
|
||||
content_type: application/json
|
||||
description: Structured weather data package
|
||||
messages:
|
||||
- role: system
|
||||
content_file: ./daily_report.system.md
|
||||
- role: user
|
||||
content_file: ./daily_report.user.md
|
||||
- role: user
|
||||
content: |
|
||||
<<<CURRENT_SESSION_TRANSCRIPT
|
||||
{{input "data_package"}}
|
||||
CURRENT_SESSION_TRANSCRIPT>>>
|
||||
output:
|
||||
format: markdown
|
||||
validation_mode: basic
|
||||
repair_attempts: 0
|
||||
Reference in New Issue
Block a user