class TranslationPromptTemplateDict(TextPromptDict):
A dictionary containing :obj:TextPrompt used in the Translation
task.Parameters:
ASSISTANT_PROMPT (TextPrompt): A system prompt for the AI assistant that outlines the rules of the conversation and provides instructions for completing tasks.