You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Record output from non-streaming responses in DB (#1078)
Closes: #938
We were not recording the output of the non-streamed responses
in the DB. In our API we're filtering out all the conversations that don't
contain an answer. Since we were not recording non-streamed responses
we were filtering out the entire conversation if it was non-streamed.
Note: This still doesn't add an output pipeline for non-streamed
responses.
0 commit comments