Skip to main content

Interface: ModelSyncConfig

Defined in: packages/workflow-engine/src/ai/model-helper.ts:104

Configuration for workflow-engine.models.ts sync config

Properties​

customModels?​

optional customModels?: Record<string, ModelConfig>

Defined in: packages/workflow-engine/src/ai/model-helper.ts:112

Custom models to add (embeddings, rerankers, etc.)


exclude?​

optional exclude?: (string | RegExp)[]

Defined in: packages/workflow-engine/src/ai/model-helper.ts:110

Patterns to exclude models (string for exact match, RegExp for pattern)


include?​

optional include?: (string | RegExp)[]

Defined in: packages/workflow-engine/src/ai/model-helper.ts:106

Only include models matching these patterns (applied before exclude)


outputPath?​

optional outputPath?: string

Defined in: packages/workflow-engine/src/ai/model-helper.ts:108

Output path relative to consumer's project root (default: src/generated/models.ts)