lilbrain_semantic
Find functions by meaning, not just by name. Describe a task like 'handle authentication' and get relevant functions such as verify_token or check_session.
Instructions
Semantic search: find functions by meaning, not just name. "handle authentication" finds verify_token, check_session, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of results (default 20) | |
| query | Yes | Natural language query |