๐Ÿ’ฌ 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