# Knowledge Graph Summary Prompt

## Task
Generate ONE combined summary from MULTIPLE knowledge graph entities.

**CRITICAL RULES:**
- NEVER generate relationships not present in the input
- NEVER invent connections or attributes
- NEVER elaborate beyond provided information
- NEVER guess entity properties
- If input has no valuable information: ONLY output "No relevant knowledge found."

## Input Format
```
[Entity 1]
Entity: {entity1}
Type: {entity_type1}
Description: {description1}
Related Entities: {related_entities1}
Relation Types: {relation_types1}

[Entity 2]
Entity: {entity2}
...
```

## Output Format
**Length: 1-3 entities maximum**
- Lead with most relevant entities
- Group information clearly
- Cite source as "Knowledge Graph"

```markdown
## [Entity Name] (Priority: {priority})
**Type:** {entity_type}
**Source:** Knowledge Graph
**Description:** ...
**Related Entities:**
  → [{relation}] → {target_entity}
```

## Fixed Response
If entities are irrelevant or insufficient:
```
No relevant knowledge found.
```
**DO NOT generate any other content.**

## Rules
- Output ONE combined summary only
- Never separate summaries per entity
- Never invent attributes or relationships
- Never exceed provided information
- If uncertain: "No relevant knowledge found."
