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. They provide information about individual items mentioned in the response, similar to shopping cards but more general. Entities appear in the order ChatGPT references them in the response; array index0 is the first entity mentioned.
Entity structure
Each entity contains:| Field | Type | Description |
|---|---|---|
type | string | Entity type identifier (e.g., “product”, “software”) |
name | string | Entity name or title |