langchain
be405ac1 - Query_constructor.base.py function _get_prompt() not including passed examples. (#4680)

Commit
2 years ago
Query_constructor.base.py function _get_prompt() not including passed examples. (#4680) The function _get_prompt() was returning the DEFAULT_EXAMPLES even if some custom examples were given. The return FewShotPromptTemplate was returnong DEFAULT_EXAMPLES and not examples
Author
Parents
Loading