(targetLanguage: string)
| 7 | } from '@/blocks/utils' |
| 8 | |
| 9 | const getTranslationPrompt = (targetLanguage: string) => |
| 10 | `Translate the following text into ${targetLanguage || 'English'}. Output ONLY the translated text with no additional commentary, explanations, or notes.` |
| 11 | |
| 12 | export const TranslateBlock: BlockConfig = { |
| 13 | type: 'translate', |