I have added a file for my character’s knowledge on the COVAI Website. Now in the website, if I ask the character question, it is only answering question relevant to that knowledge bank but in unity, it also answers general questions. For example if I ask it about Burj Khalifa in the web character, it does not answers to that question since it is not in the Knowledge bank but the same question if I ask in the unity editor, it answers to this question. How can I make it to answer only relevant to the knowledge bank in unity also. Any help will be highly appreciated. Thank You.
Hello @xphere_apps,
Welcome to the Convai Developer Forum!
There is no difference between the Game Engine and the Playground in terms of character behavior. However, keep in mind that LLMs are not deterministic systems, meaning their outputs can vary even with the same inputs.
To investigate the issue further, we recommend the following:
- Ask the same questions in both Unity and the Playground.
- Share the Session IDs for these interactions with us. You can find the Session IDs in the Memory section of your character.
- Additionally, share your Character ID so we can analyze its configuration.
This will help us better understand the behavior and provide a solution.