c51281856a
- Added imports for OpenAI and Zod in deno.json - Updated deno.lock with new versions for OpenAI and Zod - Introduced a sample PDF file demonstrating bookmark functionality - Refactored ai-structured function to improve error handling and logging - Updated tests to reflect changes in input structure and expected output
8 lines
199 B
JSON
8 lines
199 B
JSON
{
|
|
"allowScripts": ["npm:deno@2.6.4", "npm:supabase-js@1.0.4", "npm:supabase@2.72.6"],
|
|
"imports": {
|
|
"@openai/openai": "jsr:@openai/openai@^6.16.0",
|
|
"@zod/zod": "jsr:@zod/zod@^4.3.5"
|
|
}
|
|
}
|