langflow/src
Gabriel Luiz Freitas Almeida 6afca21e5a 🐛 fix(utils.py): fix build_input_keys_response function to correctly filter out memory variables from input keys
The build_input_keys_response function now correctly filters out memory variables from the input keys response. Previously, it was using a list comprehension to filter the keys, but it should have been using a dictionary comprehension to preserve the key-value pairs. This fix ensures that only the keys that are not present in the langchain_object's memory variables are included in the input keys response.
2023-06-28 17:13:06 -03:00
..
backend 🐛 fix(utils.py): fix build_input_keys_response function to correctly filter out memory variables from input keys 2023-06-28 17:13:06 -03:00
frontend 🐛 fix(formModal/index.tsx): fix type of intermediate_steps property to be a string instead of "string" to prevent type error 2023-06-28 16:38:21 -03:00