Create a model from a description
opcua_model_createGenerate an OPC UA YAML model from a natural language description using AI. Requires an API key (set OPCUA_MODELER_API_KEY env var). The AI will auto-detect relevant companion specs, generate a validated model with documentation, and auto-correct validation errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Natural language description of the OPC UA model to generate | |
| forceSpecs | No | Companion spec aliases to force (e.g. ["di", "ia"]) |