Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-23 20:57:54 +00:00
parent db38398c21
commit ff481ef92a

View file

@ -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")!;