Harrison/prompt constructor methods (#4616)

This commit is contained in:
Harrison Chase
2023-05-13 09:23:51 -07:00
committed by GitHub
parent 6265cbfb11
commit daa3e6dedb
3 changed files with 235 additions and 2 deletions

View File

@@ -36,6 +36,15 @@ This is where output parsers come in.
Output Parsers are responsible for (1) instructing the model how output should be formatted,
(2) parsing output into the desired formatting (including retrying if necessary).
Getting Started
---------------
.. toctree::
:maxdepth: 1
./prompts/getting_started.ipynb
Go Deeper
---------