Skip to content

TranslationResult

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

Result of model translation.

readonly source: "none" | "exact" | "pattern" | "default"

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

Source of translation.


readonly translated: string

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

Translated model name.


readonly wasTranslated: boolean

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

Whether a translation was applied.