fix: add 'thirst' to MemoryEvent.need type union
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ export interface MemoryEvent {
|
||||
detail: string;
|
||||
oldTier?: string;
|
||||
newTier?: string;
|
||||
need?: 'hunger' | 'energy' | 'productivity';
|
||||
need?: 'hunger' | 'thirst' | 'energy' | 'productivity';
|
||||
oldGoal?: string;
|
||||
newGoal?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user