forecasting/backend/jobs
jtricerolph 50ef00c336 Fix AI insight output truncation — bump token cap, enforce bullet brevity
Live-tested on the dev stack: with the more verbose Sonnet model, the old
550-token cap cut the last bullet off mid-sentence. Bumped to 800 and told
the model to keep each bullet to 1-2 sentences so it isn't relying on the
cap alone to stay in bounds.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 19:39:26 +00:00
..
__init__.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
accuracy_calc.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
ai_insights.py Fix AI insight output truncation — bump token cap, enforce bullet brevity 2026-07-24 19:39:26 +00:00
batch_backtest.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
bookings_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
data_sync.py Remove old Resos sync path (resos_bookings table) 2026-07-13 21:07:47 +00:00
fetch_current_rates.py NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
forecast_daily.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
metrics_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
pace_snapshot_v2.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
pickup_snapshot.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
resos_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
resos_bookings_sync.py Remove local asyncio import shadowing module-level import 2026-07-13 20:36:13 +00:00
revenue_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
scrape_booking_rates.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
weather_sync.py Add weather sync job, API endpoints and settings UI 2026-07-13 21:10:03 +00:00
weekly_forecast_snapshot.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00