fix: update input of Language model component to support images (#8534)

* Update language_model.py

* Update language_model.py

* Update Basic Prompting.json

*  (changes-filter.yaml): add new directory 'initial_setup' to langflow components for better organization and separation of concerns

---------

Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
This commit is contained in:
Edwin Jose 2025-06-13 09:03:04 -05:00 committed by GitHub
commit 667b370ca8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

@ -53,6 +53,7 @@ components:
- "src/backend/base/langflow/utils/**"
- "src/backend/base/langflow/custom/**"
- "src/backend/base/langflow/components/**"
- "src/backend/base/langflow/initial_setup/**"
workspace:
- "src/backend/base/langflow/inputs/**"