Approve tool use

This commit is contained in:
gpt-engineer-app[bot]
2025-10-20 12:58:09 +00:00
parent 4983960138
commit 6f1baef8c0
7 changed files with 263 additions and 34 deletions

View File

@@ -359,7 +359,7 @@ serve(async (req) => {
entityId = resolvedData.photo_id;
break;
case 'milestone':
case 'timeline_event': // Keep for backward compatibility
case 'timeline_event': // Unified timeline event handling
entityId = await createTimelineEvent(supabase, resolvedData, submitterId, authenticatedUserId, submissionId);
break;
default: