Files
langchain/docs
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
..
2023-01-14 07:39:29 -08:00
2023-01-11 05:52:19 -08:00
2023-01-02 08:24:09 -08:00
2023-01-11 05:52:19 -08:00
2023-01-14 07:39:29 -08:00
2023-01-10 07:41:16 -08:00
2023-01-02 08:24:09 -08:00
2023-01-10 07:41:16 -08:00
2022-10-24 14:51:15 -07:00
2023-01-02 08:24:09 -08:00