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

Add "close friend" trust level for in-game relationship rank #237

Open
art-from-the-machine opened this issue Apr 10, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@art-from-the-machine
Copy link
Owner

"trust" is used to tell an LLM how well a given NPC knows the player:

def __get_trust(self, npc: Character) -> str:

When checking the length of Mantella conversations histories, there is a "close friend" level, but this level does not exist for the npc.relationship_rank check. This "close friend" level needs to be also added for npc.relationship_rank.

@art-from-the-machine art-from-the-machine added the enhancement New feature or request label Apr 10, 2024
@art-from-the-machine art-from-the-machine added this to the v0.12 milestone Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant