search_hex_pattern
Search indexed documents for hex error codes, packet IDs, or patterns. Supports partial matches to find related hex values and device error codes.
Instructions
Search for hex error codes or patterns in indexed documents using text matching. Supports partial matches (e.g., '88a153' finds 88a15300, 88a15310, etc.) Use this for device error codes, packet IDs, or any hex value lookup.
Args: pattern: Hex pattern to search for (e.g., "88a153", "0x0521", "ERROR_118") project: Optional project name to filter results. Leave empty to search all. top_k: Maximum results to return (default: 10)
Returns: Document chunks containing the hex pattern with file and project info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_k | No | ||
| pattern | Yes | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |