langchain/docs/modules
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
..
agents Add documentation for custom prompts for Agents (#631) (#640) 2023-01-17 22:47:15 -08:00
chains Harrison/sql db chain (#641) 2023-01-17 22:32:28 -08:00
llms Fix the env variable for OpenAI Base Url (#639) 2023-01-17 22:30:29 -08:00
memory typo (#650) 2023-01-19 07:03:11 -08:00
prompts typo bugfixes in getting started with prompts (#651) 2023-01-19 07:05:20 -08:00
utils add instructions for saving loading (#642) 2023-01-18 00:19:05 -08:00
agents.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
chains.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
llms.rst Fix minor error in LLM documentation (#602) 2023-01-12 18:16:32 -08:00
memory.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
prompts.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00
state_of_the_union.txt Docs refactor (#480) 2023-01-02 08:24:09 -08:00
utils.rst Feature: linkcheck-action (#534) (#542) 2023-01-04 21:39:50 -08:00