FacetFlux

imports.smartImports.runInference

Enqueue the AI inference job for a SmartImport. The SmartImport must be in Analyzed state; transitions to Inferring. Inference runs as a background job — poll imports.smartImports.get periodically until status becomes Inferred (or Failed). Response: { smartImport: {...} }. Errors: { error: { code: 'not_found' | 'unprocessable', ... } }.

Remote revuo:facetflux

Other tools also called imports.smartImports.runInference? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "smartImportId": {
      "description": "SmartImport id.",
      "type": "string"
    }
  },
  "required": [
    "smartImportId"
  ]
}