Build the conversation graph
build_context_graphConstructs a knowledge graph from stored conversations to reveal key decisions, open questions, shared topics, and contradictions. Identifies dependencies and isolated discussions for deeper insights.
Instructions
Builds a graph over the stored conversations: nodes for conversations, decisions, open questions and shared topics, and edges for lineage, shared subject matter, near duplicates and contradictions. Answers the questions search cannot: what this corpus knows, which decisions everything else leans on, and which conversations stand alone. Every edge carries the reason it exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| maxTopics | No | ||
| conflictThreshold | No | ||
| duplicateThreshold | No | ||
| minTopicConversations | No |