CodingTrain / Bizarro-Devin

12 stars 4 forks source link

not continuing the queue is there is more to SPEAK that comes in later? #44

Closed shiffman closed 5 months ago

shiffman commented 5 months ago

I'm not sure if this is the issue, but it's getting stuck. Here is a sequence that just happened:

Processing {type: 'SPEAK', content: '
Well, well, well! '}
extensionHostProcess.js:144
Processing {type: 'SPEAK', content: 'Look who's asking the questions now! I'm a p…ng AI agent, and I'm here to chat with you, '}

It stopped here and nothing happened. I then prompted it again and it picked up from where it left off before answering me ("how old are you?"). It continued what it was saying before answering me. .. .

Processing {type: 'SPEAK', content: 'Dan Shiffman! What's '}
Processing {type: 'SPEAK', content: 'up?[SPEAK]
Oh, you want to know my age? Well…AI with a twist of humor! Now, what else do '}
shiffman commented 5 months ago

This is resolved now in #40