From 6a94ccd943e45140c697be5367afc31b4ffe095b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:35:44 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index 3e5f7a3..06f50e1 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -281,10 +281,10 @@ Deno.serve(async (req) => { railway_service_id: railwayServiceId, vps_pool_id: pool.id, model_config: { - provider: model, + provider: modelFinal, stt: sttProvider, tts: ttsProvider, - agent_name: agentName, + agent_name: agentNameFinal, }, }) .eq("id", agent.id);