langchain/libs/experimental/langchain_experimental/prompts
Leonid Ganeline bf5787f58b
experimental[patch]: fixed namespace bug (#13585)
It was :
`from langchain.schema.prompts import BasePromptTemplate`
but because of the breaking change in the ns, it is now
`from langchain.schema.prompt_template import BasePromptTemplate`

This bug prevents building the API Reference for the langchain_experimental
2023-11-28 16:40:27 -08:00
..
__init__.py
load.py experimental[patch]: fixed namespace bug (#13585) 2023-11-28 16:40:27 -08:00