Skip to content

v1.1.12

Latest
Compare
Choose a tag to compare
@deftio deftio released this 24 Jan 12:23

Added
quikchat.tempMessageGenerator() -- allows creation of temporary message so that one can write a placeholder content (with timer update) but then blow it away with .messageReplaceContent( ....) such as when waiting for an LLM to respond

Also add
.messageGetContentDOMElement(index) : returns the actual DOM element of the content area of the given message.