detect_cross_language_deps
Identify dependencies and communication patterns between multiple programming languages in polyglot projects, with options to filter by dependency type and confidence threshold.
Instructions
Detect cross-language dependencies and communication patterns in polyglot projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_confidence | No | Minimum confidence threshold (default: 0.3) | |
| dependency_types | No | Filter by specific dependency types (optional) | |
| include_confidence | No | Include confidence scores in results (default: true) |