Raymond Maarloeve
Loading...
Searching...
No Matches
NeedDTO Class Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ need

string NeedDTO.need

The unique identifier for the need, such as "hunger", "thirst", etc.

◆ weight

int NeedDTO.weight

The weight of the need, indicating its importance or urgency.


The documentation for this class was generated from the following file: