129cd69
1
2
3
4
5
6
7
8
9
10
11
12
# flake8: noqa from langchain_core.prompts import PromptTemplate prompt_template = """Write a concise summary of the following: "{text}" CONCISE SUMMARY:""" PROMPT = PromptTemplate(template=prompt_template, input_variables=["text"])