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

DTO class used to describe generated Character in GeneratedHistoryDTO object. More...

Public Member Functions

override string ToString ()
 ToString override used for pretty printing.
 

Public Attributes

string name
 Name of the Character.
 
int archetype
 LLM Model used by Character.
 
int age
 Age of the Character.
 
string description
 System prompt of the Character.
 
bool murderer
 Whether this Character is the murderer.
 
bool dead
 Whether this Character is a victim.
 

Detailed Description

DTO class used to describe generated Character in GeneratedHistoryDTO object.

Member Function Documentation

◆ ToString()

override string CharacterDTO.ToString ( )

ToString override used for pretty printing.

Returns
Pretty print of the object containing all information about the Character

Member Data Documentation

◆ age

int CharacterDTO.age

Age of the Character.

◆ archetype

int CharacterDTO.archetype

LLM Model used by Character.

◆ dead

bool CharacterDTO.dead

Whether this Character is a victim.

◆ description

string CharacterDTO.description

System prompt of the Character.

◆ murderer

bool CharacterDTO.murderer

Whether this Character is the murderer.

◆ name

string CharacterDTO.name

Name of the Character.


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