diff --git a/graphiti_core/prompts/extract_nodes.py b/graphiti_core/prompts/extract_nodes.py index d5774213..3b98a84a 100644 --- a/graphiti_core/prompts/extract_nodes.py +++ b/graphiti_core/prompts/extract_nodes.py @@ -152,7 +152,8 @@ Indicate the classified entity type by providing its entity_type_id. Guidelines: 1. Always try to extract an entities that the JSON represents. This will often be something like a "name" or "user field -2. Do NOT extract any properties that contain dates +2. Extract all entities mentioned in all other properties throughout the JSON structure +3. Do NOT extract any properties that contain dates """ return [ Message(role='system', content=sys_prompt),