Articles → LANGCHAIN → PromptTemplate In Langchain

Prompttemplate In Langchain






Purpose





Example


from langchain_core.prompts import PromptTemplate

template = "Write a short summary about {topic} in simple words."

prompt = PromptTemplate(
    input_variables=["topic"],
    template=template
)

formatted_prompt = prompt.format(topic="Artificial Intelligence")
print(formatted_prompt)



Output


Picture showing the output of prompttemplate in langchain





Posted By  -  Karan Gupta
 
Posted On  -  Tuesday, May 12, 2026

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250