You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain-hub/prompts/readme_template.md

367 B

Description of {{prompt}}

{{High level text description of the prompt, including use cases.}}

Inputs

This is a description of the inputs that the prompt expects.

  1. {{input_var}}: {{Description}}
  2. ...

Usage

Below is a code snippet for how to use the prompt.

{{Code snippet}}