24 lines
627 B
YAML
24 lines
627 B
YAML
id: weather.today_generated_text
|
|
version: "2.0.0"
|
|
default_profile: weather-balanced
|
|
description: Today's 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: ./today_generated_text.user.md
|
|
output:
|
|
format: json
|
|
validation_mode: json_schema
|
|
schema_path: today.generated_text.schema.json
|