Files
langchain/tests/unit_tests
Nir Gazit f307ca094b fix(memory): allow internal chains to use memory (#6769)
Fixed #6768.

This is a workaround only. I think a better longer-term solution is for
chains to declare how many input variables they *actually* need (as
opposed to ones that are in the prompt, where some may be satisfied by
the memory). Then, a wrapping chain can check the input match against
the actual input variables.

@hwchase17
2023-07-13 02:47:44 -04:00
..
2023-07-01 13:39:19 -04:00
2023-05-19 15:27:50 -07:00
2023-05-22 16:43:07 -07:00
2023-07-07 11:05:09 -07:00