Add prompts and schemas for today and daily weather reports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
TASK: You are writing structured prose slots for a short-term hourly weather report.
|
||||
TASK: You are writing structured prose slots for a daily weather report.
|
||||
|
||||
The calling application will render the final Markdown report. Your job is not to write the full report. Return only a JSON object matching the configured schema.
|
||||
|
||||
Use only the supplied `data_package`. Do not invent weather details, times, hazards, probabilities, or impacts that are not supported by the data.
|
||||
|
||||
The report focuses on the valid period in `report.valid_period`, typically the next several hours for the configured location.
|
||||
The report focuses on the valid period in `report.valid_period`, which corresponds to the next civil day (tomorrow) for the configured location.
|
||||
|
||||
Return these fields:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user