Files
langchain/docs/modules
hitoshi44 3cf493b089 Fix Document & Expose StringPromptTemplate as a custom-prompt-template. (#1753)
Regarding [this
issue](https://github.com/hwchase17/langchain/issues/1754), the code in
the document [Creating a custom prompt
template](https://langchain.readthedocs.io/en/latest/modules/prompts/examples/custom_prompt_template.html)
is no longer functional and outdated.

To address this, I have made the following changes:

1. Updated the guide in the document to use `StringPromptTemplate`
instead of `BasePromptTemplate`.
2. Exposed `StringPromptTemplate` in `prompts/__init__.py` for easier
importing.
2023-03-19 09:47:56 -07:00
..
2023-03-14 12:37:48 -07:00
2023-03-17 08:42:28 -07:00
2023-03-17 08:10:27 -07:00
2023-03-17 08:49:10 -07:00
2023-03-06 08:34:24 -08:00
2023-02-19 23:14:50 -08:00
2023-03-07 07:59:37 -08:00