translate_query
Translates natural language queries about Commodore 64 into structured search parameters by extracting entities and keywords, enabling direct use with other search tools.
Instructions
Translate a natural language query into structured search parameters. Uses AI to extract entities, keywords, and determine optimal search strategy. Perfect for conversational queries like 'find info about sprites on VIC-II' or 'how does sound work?'. Returns structured parameters that can be used directly with other search tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language query to translate (e.g., 'find sprite information on the VIC-II chip') | |
| confidence_threshold | No | Minimum confidence score for entity extraction (0.0-1.0, default: 0.7) |