TranslationPromptTemplateDict

class TranslationPromptTemplateDict(TextPromptDict):

A dictionary containing :obj:TextPrompt used in the Translation task.

Attributes: ASSISTANT_PROMPT (TextPrompt): A system prompt for the AI assistant that outlines the rules of the conversation and provides instructions for completing tasks.

init

def __init__(self, *args: Any, **kwargs: Any):