Get Related Sessions
get_related_sessionsRetrieve sessions related to a given session using keyword co-occurrence and semantic embeddings.
Instructions
Find sessions related to a given session by co-occurrence and embedding. Pro only.
Returns co-occurrence links (shared_term_count >= 1) and embedding-based semantic links (shared_term_count=0 sentinel). Co-occurrence results rank above embedding results when sorting by shared_term_count DESC. Response version=2 signals the new format with link_type field.
Args: session_id: UUID of the session to find related sessions for limit: Max results to return (default 10, max 50) min_shared_terms: Minimum shared keywords required (default 3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| session_id | Yes | ||
| min_shared_terms | No |