matter_parameters_set
Records named entities to bind placeholders in due diligence review tables, preventing unresolved party references that cause 'Unable to determine' errors.
Instructions
Record the entities named in the Table Instructions, so their placeholders bind.
The corpus ships templates: [Project name], [Exact legal name] ([jurisdiction and entity type]; [role in the group]), [Buyer legal name]. Left unbound, a prompt asks
the model to decide whether a document's party is a review subject against a list of
square brackets — and Unable to determine becomes the correct answer to the wrong
question. Call this before any run, and it reports any placeholder still unbound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replace | No | Discard the existing entity list first. | |
| entities | Yes | One record per named entity: {name, jurisdiction, role, is_subject}. is_subject true for target-group entities, false for the buyer, seller and advisers. Roles 'buyer', 'seller'/'parent' and 'adviser' bind their own placeholders. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||