Actualizar supabase/functions/_shared/openai-service.ts
Deploy Function / deploy (push) Successful in 24s
Deploy Migrations to Production / deploy (push) Successful in 10s

This commit is contained in:
2026-03-10 21:45:05 +00:00
parent d92308f946
commit 9be3e1ef13
+1 -1
View File
@@ -1,6 +1,6 @@
// supabase/functions/_shared/openai-service.ts // supabase/functions/_shared/openai-service.ts
/// <reference lib="deno.window" /> /// <reference lib="deno.window" />
import OpenAI from "npm:openai@6.16.0"; import OpenAI from "npm:openai@6.16.0"
import type * as OpenAITypes from "npm:openai@6.16.0"; import type * as OpenAITypes from "npm:openai@6.16.0";
// Use non-streaming params to ensure `responses.create` returns a typed Response // Use non-streaming params to ensure `responses.create` returns a typed Response
export type StructuredResponseOptions = export type StructuredResponseOptions =