
Creating a new prompt template
By clicking theNew Prompt
button, you can create a new template. There
are two primary types of prompt templates: llm
and chat
.
LLM-type blocks

- Prompt Block - A block for plain text prompt message.
- FewShotExamples Block - A list of examples for few-shot learning.
Chat-type blocks

- SystemMessage Block - A message for the system.
- HumanMessage Block - A request message given by a human.
- AIMessage Block - A response message given by AI assistant.
- FewShotExamples Block - A list of examples for few-shot learning.