search_similar_issues
Search for GitHub issues semantically similar to a free-text query, ranked by cosine similarity of title and body embeddings. Use this to identify existing reports before filing a new issue.
Instructions
Find issues semantically similar to a free-text query.
Ranked by exact cosine similarity over sentence-embeddings of title + body. Use this to answer "has anything like this been reported?" -- then cite the returned issue numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | Yes | ||
| hits | Yes | ||
| query | Yes | ||
| corpus_size | Yes | ||
| cited_issue_numbers | Yes |