Commit graph

19 commits

Author SHA1 Message Date
Gabriel Luiz Freitas Almeida
cb4fe92e9b Add attribute validation functions and mapping 2024-02-22 11:57:03 -03:00
Gabriel Luiz Freitas Almeida
300d1aa050 Remove is_composition attribute from custom component 2024-02-20 21:52:46 -03:00
Gabriel Luiz Freitas Almeida
17dee05b78 Refactor component attributes and add is_composition flag 2024-02-20 21:33:41 -03:00
cristhianzl
862770daea Merge branch 'dev' into zustand/io/migration 2024-02-19 20:45:28 -03:00
Gabriel Luiz Freitas Almeida
88ec5ef1cc
Update version to 0.6.7a3 and fix formatting and import issues (#1445)
* Update version to 0.6.7a3 in pyproject.toml

* Fix formatting and import issues

* Import litellm package and update ChatLiteLLMComponent class
2024-02-19 13:30:34 -03:00
Gabriel Luiz Freitas Almeida
4bca4fd894 Add check for None value in template_config assignment 2024-02-16 10:48:37 -03:00
Gabriel Luiz Freitas Almeida
96d733c04d Refactor Component class in custom_component/component.py 2024-02-16 09:42:30 -03:00
Gabriel Luiz Freitas Almeida
3d4821cf98 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-16 08:50:52 -03:00
Gabriel Luiz Freitas Almeida
9928919f6d
Feature Enhancement: Enable Icon Integration for Custom Components (#1433)
This pull request introduces a significant enhancement to our project,
specifically aimed at empowering developers to seamlessly integrate
icons into custom components. The goal is to provide a flexible and
intuitive way to enhance UI elements with visual cues, thereby improving
user experience and interface aesthetics.
2024-02-16 08:49:56 -03:00
Gabriel Luiz Freitas Almeida
5b0bf9e116 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-15 18:39:59 -03:00
Gabriel Luiz Freitas Almeida
3ecc492211 Fix validation of icon field in Component class 2024-02-15 16:57:45 -03:00
Gabriel Luiz Freitas Almeida
c99e67110a Fix invalid emoji validation in Component class 2024-02-14 10:33:48 -03:00
Gabriel Luiz Freitas Almeida
260a85de2f Fix invalid emoji error handling 2024-02-14 10:31:42 -03:00
Gabriel Luiz Freitas Almeida
98f739db99 Refactor getattr_return_str method in Component class 2024-02-09 09:06:15 -03:00
Gabriel Luiz Freitas Almeida
9cbe329675 Merge remote-tracking branch 'origin/dev' into zustand/io/migration 2024-02-09 09:03:07 -03:00
Gabriel Luiz Freitas Almeida
493a64381c Refactor build_template_config to use CustomComponent 2024-02-09 08:46:50 -03:00
Gabriel Luiz Freitas Almeida
d8522f8236 Add emoji validation to icon field in custom components 2024-02-08 10:12:31 -03:00
Gabriel Luiz Freitas Almeida
585ae464a1 Add icon support to CustomComponent 2024-02-08 10:01:29 -03:00
Gabriel Luiz Freitas Almeida
e7e364be38 Add custom component classes and methods 2023-12-14 09:32:45 -03:00
Renamed from src/backend/langflow/interface/custom/component.py (Browse further)