langchain/docs/modules/prompts
Charles Frye bfb23f4608
typo bugfixes in getting started with prompts (#651)
tl;dr: input -> word, output -> antonym, rename to dynamic_prompt
consistently

The provided code in this example doesn't run, because the keys are
`word` and `antonym`, rather than `input` and `output`.

Also, the `ExampleSelector`-based prompt is named `few_shot_prompt` when
defined and `dynamic_prompt` in the follow-up example. The former name
is less descriptive and collides with an earlier example, so I opted for
the latter.

Thanks for making a really cool library!
2023-01-19 07:05:20 -08:00
..
examples add example selector docs (#564) 2023-01-09 19:17:29 -08:00
getting_started.md typo bugfixes in getting started with prompts (#651) 2023-01-19 07:05:20 -08:00
how_to_guides.rst add example selector docs (#564) 2023-01-09 19:17:29 -08:00
key_concepts.md Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00