search_auto
Automatically selects and executes the optimal search method for knowledge graph queries based on query characteristics and data size, returning results with method selection reasoning.
Instructions
Automatically select and execute the best search method based on query characteristics and graph size. Returns results along with the selected method and reasoning.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| limit | No | Maximum results to return (default: 10) |