From ff481ef92a88a244fd565c710dfcf1a2482ce111 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:57:54 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index 69bca68..ab64e3c 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -15,6 +15,11 @@ import { interface RequestBody { agent_instance_id: string; + agent_name?: string; + soul_content?: string; + model?: string; + stt_provider?: string; + tts_provider?: string; } const SUPABASE_URL = Deno.env.get("SUPABASE_URL")!;