How to Implement 'Continue' Function in Chatbots with Assistant API

I want to implement a feature similar to ChatGPT that allows it to continue a response from where it left off.

Is there a solution available?

You could probably do this if you implement your own solution for a button like this.

It would just call another generation with the previous answer fed into the prompt asking it to continue to generate.

Let me know if this helps! :hugs:

1 Like