LangChain - LangSmith Observability
Why does this code raise an error?
from langchain import PromptTemplate
prompt_v1 = PromptTemplate(template='Hello {name}')
print(prompt_v1.format())
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions