Mention Categories
When you type@, the dropdown organizes resources into tabs:
| Tab | Contains | Examples |
|---|---|---|
| All | Everything available | All resources and files |
| Files | Your uploaded files and results | @sample.fastq, @results.csv |
| Databases | Reference databases | @UniProt, @NCBI, @PDB |
| Tools | Analysis software | @STAR, @GATK, @AlphaFold |
| Packages | R/Python libraries | @DESeq2, @Seurat, @pandas |
Search and Filtering
Fuzzy Matching
The mention search uses fuzzy matching—you don’t need exact names:@deseqmatches DESeq2@uniprotmatches UniProt@samplematches all files containing “sample”
Keyboard Navigation
| Key | Action |
|---|---|
↑ ↓ | Move selection |
Tab or Enter | Confirm selection |
Esc | Close without selecting |
| Type | Filter results |
How Mentions Affect Execution
When you mention a resource, Biomni:- Loads context: Documentation, parameters, and constraints for that resource
- Validates compatibility: Checks if the resource works with your data type
- Sets defaults: Applies recommended parameters unless you specify otherwise
- Handles dependencies: Automatically includes required supporting tools
Example: Tool Context
- STAR requires paired-end or single-end FASTQ files
- Default parameters for RNA-seq alignment
- Output will be BAM format
- Splice junctions will be detected
Example: Database Context
- Query the human TP53 protein entry
- Return sequence, function, and annotations
- Include known variants and diseases
Multiple Mentions
Chain resources in a single request:File Mentions
Uploaded Files
Reference files you’ve uploaded:Result Files
Reference output from previous analyses:File Patterns
Mention multiple related files:Mention Scope
Files available for mention depend on your current context:| Context | Available Files |
|---|---|
| Quick Task | Personal uploads only |
| Project Task | Project files + personal uploads |
| Within conversation | All above + results from current session |
Troubleshooting
Resource not appearing
Resource not appearing
- Check spelling (fuzzy search helps but has limits)
- Try the category tabs to narrow down
- Verify the resource is available in your plan
- Refresh the page if recently uploaded
File not found
File not found
- Ensure upload completed (check progress indicator)
- Check if file is in current project scope
- For results, ensure the generating task completed
Mention not recognized after typing
Mention not recognized after typing
- Must select from dropdown, not just type the name
- Ensure there’s a space before
@ - Selected mentions appear as highlighted chips
Wrong resource selected
Wrong resource selected
- Multiple resources may have similar names
- Use category tabs to find the correct one
- Check the description shown in the dropdown
When Not to Use Mentions
Mentions are optional. Biomni can often infer resources from context:- Want a specific tool over alternatives
- Need to reference a specific file among many
- Want to ensure exact parameters are used
