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