Example request
Entities are returned by default when ChatGPT mentions identifiable items — no flag is required.entities array documented below.
Overview
Entities are structured data objects extracted from ChatGPT responses when specific items, products, or concepts are identified. Entities provide detailed information about individual items mentioned in the response, similar to shopping cards but more general in nature.Entity structure
Each entity contains:| Field | Type | Description |
|---|---|---|
type | string | Entity type identifier (e.g., “product”, “software”) |
name | string | Entity name or title |