yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::PersonaProfile Struct Reference

User persona profile for personalized AI behavior. More...

#include <agent_state.h>

Public Attributes

std::string notes
 
std::vector< std::string > goals
 
absl::Time applied_at = absl::InfinitePast()
 
bool active = false
 

Detailed Description

User persona profile for personalized AI behavior.

Definition at line 286 of file agent_state.h.

Member Data Documentation

◆ notes

std::string yaze::editor::PersonaProfile::notes

Definition at line 287 of file agent_state.h.

◆ goals

std::vector<std::string> yaze::editor::PersonaProfile::goals

Definition at line 288 of file agent_state.h.

◆ applied_at

absl::Time yaze::editor::PersonaProfile::applied_at = absl::InfinitePast()

Definition at line 289 of file agent_state.h.

◆ active

bool yaze::editor::PersonaProfile::active = false

Definition at line 290 of file agent_state.h.


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