Add AI insights feature
This commit is contained in:
@@ -92,8 +92,8 @@ async def load_fixture_data_for_tenant(
|
||||
return 0
|
||||
|
||||
# Parse and adjust dates from fixture to reference_time
|
||||
base_started_at = resolve_time_marker(orchestration_run_data.get("started_at"))
|
||||
base_completed_at = resolve_time_marker(orchestration_run_data.get("completed_at"))
|
||||
base_started_at = resolve_time_marker(orchestration_run_data.get("started_at"), reference_time)
|
||||
base_completed_at = resolve_time_marker(orchestration_run_data.get("completed_at"), reference_time)
|
||||
|
||||
# Adjust dates to make them appear recent relative to session creation
|
||||
started_at = adjust_date_for_demo(base_started_at, reference_time) if base_started_at else reference_time - timedelta(hours=2)
|
||||
|
||||
Reference in New Issue
Block a user