prompt
copied
from typing import List
from .template_prompt import TemplatePrompt
def template(temp: str, keys: List[str]):
return TemplatePrompt(temp, keys)