-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliza character file knowledge does not meet character file schema #7
Comments
Yes it would. I am running into this issue as well. |
Any solution to this? I'm running into the following issue after running folder2knowledge.js and knowledge2character.js ["⛔ Error parsing character from /Users/mattweinberg/eliza/characters/trump.knowledge.character.json: Error: Character configuration validation failed:\nknowledge: Expected array, received object"] |
Also getting the following error - Error: Character configuration validation failed:\nmodelPro - I guess missing the modelProvider. The schema doesn't seem to be as complete as the one on Eliza repo. |
@Titan-Node I'm hitting the same issue. Should we make a PR to change the schema? Or has somebody found a workaround? |
+1 . @LinuxIsCool seems to be the same issue here and this solution worked for me, though don't know if this is the proper way of doing things. #14 |
The Eliza repo uses an array of strings for knowledge instead of an object.
Would it be worth updating the schema here in order to do validate Eliza character files?
The text was updated successfully, but these errors were encountered: