pvanand commited on
Commit
3486a86
1 Parent(s): 8e31a60

Update static/followup-agent.html

Browse files
Files changed (1) hide show
  1. static/followup-agent.html +1 -0
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;