Add prompt and schema for the tomorrow weather report

This commit is contained in:
2026-06-14 19:12:19 -05:00
parent b4f68701d7
commit e869a1334a
3 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
id: weather.tomorrow_generated_text
version: "1.0.0"
default_profile: local-heavy
#default_profile: gemini-3-flash-lite
description: Tomorrow's weather report analysis prompt.
inputs:
- name: data_package
required: true
content_type: application/json
description: Structured weather data package
messages:
- role: system
content_file: ../common/system.md
- role: user
content_file: ../common/data_package.user.md
- role: user
content: |
{{input "data_package"}}
- role: user
content_file: ./tomorrow_generated_text.user.md
output:
format: json
validation_mode: json_schema
schema_path: pipeline-weather/tomorrow/tomorrow.generated_text.schema.json
repair_attempts: 1