uezo / ChatdollKit

ChatdollKit enables you to make your 3D model into a chatbot
Apache License 2.0
796 stars 79 forks source link

Add option to hide user message window #347

Closed uezo closed 2 months ago

uezo commented 2 months ago

Implemented the ability to hide the user message window in the AIAvatar component. This prevents displaying unwanted text when receiving commands from external programs. If the UserMessageWindow is not assigned in the AIAvatar component, user messages will not be shown.

Related issue: #340