๐ฌ Prompt (LangChain)
= the instructions sent to a ๐ LLM
Types
- static prompt
- templated prompt
- dynamic prompt
๐ Example:
Example of a prompt template:
You are a helpul assistant. You are asked the following question: ${question}. Answer it correctly
template(question) -> prompt