SolutionExtractionPromptTemplateDict

class SolutionExtractionPromptTemplateDict(TextPromptDict):

A dictionary containing :obj:TextPrompt used in the SolutionExtraction 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):