action | models.VisualizationRequestAction | :heavy_check_mark: | Must be 'visualization' |
connection_ids | List[str] | :heavy_minus_sign: | Multiple connections to merge (preferred) |
connection_id | Optional[str] | :heavy_minus_sign: | Legacy single-connection input |
discover_external_relationships | Optional[bool] | :heavy_minus_sign: | Enable LLM-based cross-connection edges |
confidence_threshold | Optional[models.ConfidenceThreshold] | :heavy_minus_sign: | Confidence level for external relationship filtering |
response_format | Optional[models.ResponseFormat] | :heavy_minus_sign: | Response format: 'html' returns PyVis HTML, 'json' returns MongoDB schema-style JSON |