![]() |
Raymond Maarloeve
|
Represents a need of an NPC in the decision-making system. Each need has a string identifier and a weight that indicates its importance. This DTO is used for prompting the LLM to understand the NPC's needs. More...
Public Attributes | |
string | need |
The unique identifier for the need, such as "hunger", "thirst", etc. | |
int | weight |
The weight of the need, indicating its importance or urgency. | |
Represents a need of an NPC in the decision-making system. Each need has a string identifier and a weight that indicates its importance. This DTO is used for prompting the LLM to understand the NPC's needs.
string NeedDTO.need |
The unique identifier for the need, such as "hunger", "thirst", etc.
int NeedDTO.weight |
The weight of the need, indicating its importance or urgency.