davidfant
davidfant
**Is your feature request related to a problem? Please describe.** OpenAI released function calling today: https://openai.com/blog/function-calling-and-other-api-updates **Describe the solution you'd like** * New message role `function` (like user, system, assistant)...
I have a GPT-like chat experience in my product where I want to stream function calls using langchain rather than just regular messages. This PR enables function_call streaming and relies...
## Summary In my React app I want to be able to `await` the refetch function, for example to call another function after refetch is done ## Set of changes...
I've created a React hook that wraps genql. I get TS auto-complete as expected. However, I don't get any TS errors when adding keys that don't exist (e.g. `query: {...
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. start/end time from the API is an ISO string, not a number Here is the diff that...
This is a draft PR of some core improvements to typing of prompt templates. @functorism and I went down a rabbit hole trying to make prompt template input types inferred....
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
### What Happened? I'm running the gateway locally using `npx @portkey-ai/gateway` and using the NodeJS SDK I got weird connection errors ```ts const portkey = new Portkey({ apiKey: " ",...
**Title:** Remove unused locals (to fix Typescript noUnusedLocals problem) **Description:** This PR removes some unused variables that cause TS to complain **Motivation:** For some reason I can't explain I'm getting...