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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class TranslationPromptTemplateDict(TextPromptDict):
TextPrompt used in the Translation
task.
Parameters:
def __init__(self, *args: Any, **kwargs: Any):