-
i want to make my messages history be saved (so the AI can understand context) and to appear as well, not just the AI's. how do i do that? explanation for saving messages history: i want to make my messages history be saved in the server (that by now will be my pc) also, how do i make to my messages also be sent pressing enter? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@gGaroto these are not questions in the scope of this package but your project. |
Beta Was this translation helpful? Give feedback.
@gGaroto these are not questions in the scope of this package but your project.
You can save the message history in a database by sending the string containing the messages. And as for sending by pressing enter, you can use the Unity Input system.