SIGN IN SIGN UP

🐛 fix(validate.py): fix input_types in add_new_variables_to_template function to use correct input types

The input_types in the add_new_variables_to_template function were incorrect. They were set to ["BaseLoader", "BaseOutputParser"] instead of ["Document", "BaseOutputParser"]. This fix ensures that the correct input types are used for the template field.
G
Gabriel Luiz Freitas Almeida committed
8a4f1406decb4d7ad37a9c917b5f085fc5288a08
Parent: 4ca432c