MATRIX Array Level: 2
The AI_COMMAND array can accept tasks in any sentence form (up to a paragraph) of naturally spoken instructions and will perform those tasks (to the best ability possible).
- Note
- Currently English language is supported. Non-english speaking users can still use their own language, and convert to English using any translator like Google, etc.
Fields in the AI_COMMAND array
| Description |
TASK | 1-2 sentences of naturally spoken/written instructions regarding a task to perform. One TASK per array |
- Note
- For best results, try to keep your instructions clear and simple. If there's any task recognition issues, please contact us and provide what written tasks were requested: https://support.numericalinnovations.com/support/tickets/new
Example: Using only natural language, instuct to have a specific DFM check performed.
AI_COMMAND{
TASK=Perform a DFM check using standard rules for 1 ounce copper. I would like 6 mil spacing on the internal layers. I also want to check under component refdes U1 for possible violations.
}
AI_COMMAND{
TASK=Export a DXF file.
}
XML:
<AI_COMMAND>
<TASK>Export a DXF file.</TASK>
</AI_COMMAND>
JSON example:
"AI_COMMAND": {
"TASK": "Export a DXF file."
}