Hi everyone! We've started playing with integrating with Helicone (using chat completions, and stream: true), but we're not seeing most requests on the Request page (even after hours/days passed by)
The API does work as expected (as in returns responses like OpenAI), but only a fraction of those response seem available under requests. Could this be related to specifics on the message's content (there's javascript inside) or how we're tweaking the memory history? Feel free to DM to share what's the account email.
The responses on some of the requests aren't getting committed into the database which is why they don't appear in the table view (where we load the response) but they do in the dashboard (where we aggregate using only the request).
As you pointed out, the actual response is still getting returned so your API endpoint works normally!