ModelTranslationOptions
Defined in: ai.matey.core/src/model-translation.ts:54
Options for translateModel function.
Properties
Section titled “Properties”defaultModel?
Section titled “defaultModel?”
readonlyoptionaldefaultModel:string
Defined in: ai.matey.core/src/model-translation.ts:63
Backend default model (used in hybrid strategy).
mapping?
Section titled “mapping?”
readonlyoptionalmapping:ModelMapping
Defined in: ai.matey.core/src/model-translation.ts:58
Exact model mappings.
strategy?
Section titled “strategy?”
readonlyoptionalstrategy:ModelTranslationStrategy
Defined in: ai.matey.core/src/model-translation.ts:69
Translation strategy.
Default
Section titled “Default”'exact'strictMode?
Section titled “strictMode?”
readonlyoptionalstrictMode:boolean
Defined in: ai.matey.core/src/model-translation.ts:75
Throw error if no translation found.
Default
Section titled “Default”false