Skip to content

ModelTranslationConfig

Defined in: packages/ai.matey.types/src/model-translation.ts:26

Configuration for model translation behavior.

readonly strategy: ModelTranslationStrategy

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

Translation strategy to use.

'hybrid'

readonly optional strictMode: boolean

Defined in: packages/ai.matey.types/src/model-translation.ts:43

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

false

readonly optional warnOnDefault: boolean

Defined in: packages/ai.matey.types/src/model-translation.ts:37

Emit warning event when using backend default model.

true