Bound generated text content and diagnostics

This commit is contained in:
2026-08-13 01:47:47 +00:00
parent f8beed04cf
commit e520ffb13b
20 changed files with 400 additions and 45 deletions

View File

@@ -6,8 +6,8 @@
"additionalProperties": false,
"required": ["summary", "forecast_discussion", "precipitation_timing"],
"properties": {
"summary": {"type": "string"},
"forecast_discussion": {"type": "string"},
"precipitation_timing": {"type": "string"}
"summary": {"type": "string", "maxLength": 4000},
"forecast_discussion": {"type": "string", "maxLength": 12000},
"precipitation_timing": {"type": "string", "maxLength": 4000}
}
}