Spaces:
Sleeping
Sleeping
Update static/followup-agent.html
Browse files
static/followup-agent.html
CHANGED
@@ -277,6 +277,7 @@
|
|
277 |
if (done) break;
|
278 |
|
279 |
const chunk = new TextDecoder().decode(value);
|
|
|
280 |
if (chunk.includes('<json>')) {
|
281 |
const [textPart, jsonPart] = chunk.split('<json>');
|
282 |
rawResponse += textPart;
|
|
|
277 |
if (done) break;
|
278 |
|
279 |
const chunk = new TextDecoder().decode(value);
|
280 |
+
console.log(chunk)
|
281 |
if (chunk.includes('<json>')) {
|
282 |
const [textPart, jsonPart] = chunk.split('<json>');
|
283 |
rawResponse += textPart;
|