Luke Bechtel
Luke Bechtel
Hey Mechrophile -- sweet project! I notice that the library hasn't been updated in around 2 years as of the writing of this post. Is this because it's still feature-perfect?...
Same as https://github.com/supabase/realtime-js/issues/153 # Feature request As a client, I would like to generate typescript definitions for my supabase realtime client -- call it the Typed-SDK -- based on the...
# Feature request I'm writing this spec to gauge interest in a PR I'm going to put together that wraps up a script we use internally to type-check the functions...
# Feature request ## Is your feature request related to a problem? Please describe. I have found myself, when debugging initial migrations, wanting to do `supabase stop` and `supabase start`...
# Feature request ## Is your feature request related to a problem? Please describe. It is very easy to get confused when managing multiple environments. As such, it should be...
https://github.com/supabase/cli/blob/f71be9e378b44043e96b0283e221831e722fe7d9/internal/utils/misc.go#L36 When you hit swagger on Supabase hosted, you see the following output: ``` "info": { "description": "@graphql({\"inflect_names\": true})", "title": "PostgREST API", "version": "**9.0.0.20220531** (pre-release) (d14f745)" }, ``` However, locally...
Is there any way to see the intermediate steps in the mapreduce chain when using the `OpenAI` llm? I'm only able to see the original prompts at this time, even...
Adds the OpenAI CreateImage tool, so you can ask your agents for images :) Hopefully self-documenting. Open to feedback!
I believe it would be highly possible to use a tool such as [Zod](https://github.com/colinhacks/zod) to specify the expected inputs of a tool. Because, unlike typescript types, Zod schemas are available...
My agent has been issues with using tools that it shouldn't... so the ability to customize the prompt that is passed to the agent executor would be very helpful, since...