Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt

Use this file to discover all available pages before exploring further.

TaskPromptTemplateDict

class TaskPromptTemplateDict:
A dictionary (:obj: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.

init

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