This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 2efb453
authored
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.1 parent baeef8c commit 2efb453
1 file changed
+16
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
139 | 140 | | |
140 | | - | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
142 | 153 | | |
143 | 154 | | |
144 | 155 | | |
| |||
263 | 274 | | |
264 | 275 | | |
265 | 276 | | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
| 277 | + | |
270 | 278 | | |
271 | 279 | | |
272 | 280 | | |
| |||
0 commit comments