Prepare reports for Promptkit migration

This commit is contained in:
2026-07-31 03:53:47 +00:00
parent 2e0fb65a8b
commit d5fcbfd20c
87 changed files with 2223 additions and 3382 deletions

View File

@@ -0,0 +1,23 @@
id: weather.hourly_generated_text
version: "1.0.0"
default_profile: gemini-flash-latest
description: Hourly weather report analysis prompt.
inputs:
- name: data_package
required: true
content_type: application/yaml
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: ./hourly_generated_text.user.md
output:
format: json
validation_mode: json_schema
schema_path: hourly.generated_text.schema.json