Kind: Function
Source: atloria-monorepo/apps/api/src/l10n/translation-format.ts
The translation prompt. Output contract: first line TITLE: <translated title>, then a
blank line, then ONLY the translated markdown. parseTranslationOutput tolerates a model
that forgets the title line (title falls back to the source).
Signature
tsfunction buildTranslationPrompt(input: TranslationPromptInput): string
Parameters
| Name | Type |
|---|---|
input | TranslationPromptInput |
Returns: string
Was this page helpful?