Skip to content

ModelTranslationConfig

Defined in: ai.matey.core/src/model-translation.ts:31

Configuration for model translation behavior.

readonly strategy: ModelTranslationStrategy

Defined in: ai.matey.core/src/model-translation.ts:36

Translation strategy to use.

'hybrid'

readonly optional strictMode: boolean

Defined in: ai.matey.core/src/model-translation.ts:48

Throw error if no translation found (instead of returning original).

false

readonly optional warnOnDefault: boolean

Defined in: ai.matey.core/src/model-translation.ts:42

Emit warning event when using backend default model.

true