From 16fab0c4e8a8b4f3f9765597cd51c24d1358c755 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 12:03:54 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index b0f53d9..417d3a9 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -284,6 +284,7 @@ Deno.serve(async (req) => { .update({ railway_service_id: railwayServiceId, vps_pool_id: pool.id, + agent_name: agentNameFinal, model_config: { provider: modelFinal, stt: sttProvider,