This section documents the entities data returned by the ChatGPT endpoint. Entities are part of the ChatGPT response, so no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.Entity structure
Each entity contains:| Field | Type | Description |
|---|---|---|
type | string | Entity type identifier (e.g., “product”, “software”) |
name | string | Entity name or title |