add_pending_row
Add a new entity as a pending row for validation. The row is stored in session and injected in-memory at validation time, leaving the source Excel unchanged.
Instructions
Add a new entity as a pending row to be included in the full validation run.
The source Excel is NOT modified — the row is stored in session state and injected in-memory at validation time. Fully reversible before approving the full run.
The full-run cost quote updates to include the new row count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID. | |
| entity_id | Yes | Unique identifier for the new entity (e.g. ticker, ID, slug). | |
| entity_name | Yes | Human-readable name of the entity. | |
| extra_fields | No | Additional column values as a dict, e.g. {"Ticker": "AAPL", "Exchange": "NASDAQ"}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |