ModelTranslationConfig
Defined in: ai.matey.core/src/model-translation.ts:31
Configuration for model translation behavior.
Properties
Section titled “Properties”strategy
Section titled “strategy”
readonlystrategy:ModelTranslationStrategy
Defined in: ai.matey.core/src/model-translation.ts:36
Translation strategy to use.
Default
Section titled “Default”'hybrid'strictMode?
Section titled “strictMode?”
readonlyoptionalstrictMode:boolean
Defined in: ai.matey.core/src/model-translation.ts:48
Throw error if no translation found (instead of returning original).
Default
Section titled “Default”falsewarnOnDefault?
Section titled “warnOnDefault?”
readonlyoptionalwarnOnDefault:boolean
Defined in: ai.matey.core/src/model-translation.ts:42
Emit warning event when using backend default model.
Default
Section titled “Default”true