Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-23 17:55:11 +00:00
parent 1674e4c2cf
commit 262ff41baa
3 changed files with 47 additions and 1 deletions

View file

@ -114,6 +114,7 @@ Deno.serve(async (req) => {
headers: {
"Content-Type": "application/json",
Authorization: `Bearer ${serviceKey}`,
"X-Internal-Secret": Deno.env.get("INTERNAL_FUNCTION_SECRET") ?? "",
},
body: JSON.stringify({
agent_instance_id: agent.id,