Hi,
I’m using a ChatInterface, and I notice in the docs it says it’s possible to “Clear the chat log”:
Just wondering how to do this?
Thanks!
Hi,
I’m using a ChatInterface, and I notice in the docs it says it’s possible to “Clear the chat log”:
Just wondering how to do this?
Thanks!
Sorry I’ve just realised I was using the show_clear
styling option incorrectly, it works wonderfully thanks.
You can also clear it by
ci = ChatInterface()
ci.objects = []