TaskPromptTemplateDict
Dict[Any, TextPromptDict]) of task prompt
templates keyed by task type. This dictionary is used to map from
a task type to its corresponding prompt template dictionary.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class TaskPromptTemplateDict:
Dict[Any, TextPromptDict]) of task prompt
templates keyed by task type. This dictionary is used to map from
a task type to its corresponding prompt template dictionary.
def __init__(self, *args: Any, **kwargs: Any):