- Emotion (
happy
,frustrated
) - Life Goals (
buying_a_house
,learning_a_skill
) - Relationships (
new_friend
,family_mention
)
Configuring Event Tags
By default, no event tags are recorded. You must define the tags you want to track in yourconfig.yaml
file:
config.yaml
description
field is crucial for helping the AI accurately understand when to apply each tag.
Retrieving Event Tags
Event tags are returned as part of the event object when you retrieve a user’s event history.Searching Events by Tag
You can search for events that have specific tags applied using thesearch_event_by_tags
method.