Skip to content
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

characters to DB #33

Open
Vandivier opened this issue Dec 29, 2023 · 1 comment
Open

characters to DB #33

Vandivier opened this issue Dec 29, 2023 · 1 comment
Labels
high priority its...i mean u know...

Comments

@Vandivier
Copy link
Owner

move character records from the csv encyclopedia to the database

involves prisma work and also GPT-4 detailed description for each character

@Vandivier Vandivier added the high priority its...i mean u know... label Dec 29, 2023
@Vandivier
Copy link
Owner Author

thane is currently a top golden json example

notice he has items_equipped that others lack

still, his items_equipped is a string array. it should be an object array because the value should say where the item is equipped, eg:

{
    "name": "sword",
    "equipped_to": "right hand"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority its...i mean u know...
Projects
None yet
Development

No branches or pull requests

1 participant