find_related_conversations
Identify and retrieve related discussions by analyzing shared files, folders, programming languages, size, or timing. Explore connections across conversations to trace project evolution or find similar problem-solving sessions.
Instructions
Find conversations related to a reference conversation based on shared files, folders, programming languages, similar size, or temporal proximity. Use this to discover related discussions, find conversations about the same codebase/project, identify similar problem-solving sessions, or trace the evolution of ideas across multiple conversations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeScoreBreakdown | No | Include detailed breakdown of how similarity scores were calculated | |
maxResults | No | Maximum number of related conversations to return (1-50) | |
minScore | No | Minimum similarity score threshold (0.0-1.0) | |
outputMode | No | Output format: "json" for formatted JSON (default), "compact-json" for minified JSON | json |
referenceConversationId | Yes | ID of the conversation to find related conversations for | |
relationshipTypes | No | Types of relationships to consider when finding related conversations |