TranslationPromptTemplateDict
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.
class TranslationPromptTemplateDict(TextPromptDict):
TextPrompt
used in the Translation
task.
Parameters:
def __init__(self, *args: Any, **kwargs: Any):