LangBear introduces a web user interface that enables easy creation and management of prompt templates. Users can conveniently draft, alter, and organize prompt templates on the platform. This practical feature streamlines the prompt development process, ensuring a user-friendly experience.Documentation Index
Fetch the complete documentation index at: https://langbear.runbear.io/llms.txt
Use this file to discover all available pages before exploring further.

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.