Agon Noga
Agon Noga
Workaround for now: 1. Add the dependency ```js_bindings```. 2. Add the import ```import 'package:js_bindings/js_bindings.dart' as interop;``` 3. call ```interop.window.console.log('logging');``` Edit: Nvm apparently print does the same.
> Maybe an override of dart:html with https://pub.dev/packages/universal_html would work? Tried. ``` root@DESKTOP-IAH5ULT:/mnt/d/src/hackathons/2023/intellitask/functions# npx supabase functions serve dart_edge --no-verify-jwt --env-file ./.env Serving functions with legacy supabase/deno-relay:v1.6.0... Run functions serve instead...
Sounds like the only way to get OpenAI's API to work atm is to call another function which handles the call and just returns the result. https://supabase.com/docs/reference/javascript/functions-invoke Which defeats the...
Could be useful for edge cases with special releases on beta channel. Would be good to add an ```enableInRelease``` flag.
``` ⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"tools.38.custom.input_schema: input_schema does not support oneOf, allOf, or anyOf at the top level"},"request_id":"req_011CW2kxLh72t9zyzqUGdobX"} ``` ``` ⎿ API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"tools.40.custom.input_schema: input_schema does not support oneOf,...