list_entities
Retrieve all entities extracted from a document, organized by type such as hardware or instruction, for a quick overview of its content.
Instructions
List all entities extracted from a document, grouped by type (hardware, memory_address, instruction, person, company, product, concept). Great for getting an overview of what a document covers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | Document ID | |
| entity_types | No | Filter by entity types (optional, returns all types if omitted) | |
| min_confidence | No | Minimum confidence threshold (0.0-1.0, default: 0.0) |