Actualizar supabase/functions/_shared/openai-service.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// supabase/functions/_shared/openai-service.ts
|
||||
/// <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";
|
||||
// Use non-streaming params to ensure `responses.create` returns a typed Response
|
||||
export type StructuredResponseOptions =
|
||||
|
||||
Reference in New Issue
Block a user