feat: add astra_assistants color to nodeColors and nodeNames (#2743)

Add a new color and name for the "astra_assistants" node in the styleUtils.ts file.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-17 12:59:03 -03:00 committed by GitHub
commit 865d3adf3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,6 +275,7 @@ export const nodeColors: { [char: string]: string } = {
wrappers: "#E6277A",
helpers: "#31A3CC",
prototypes: "#E6277A",
astra_assistants: "#272541",
langchain_utilities: "#31A3CC",
output_parsers: "#E6A627",
// custom_components: "#ab11ab",
@ -316,6 +317,7 @@ export const nodeNames: { [char: string]: string } = {
retrievers: "Retrievers",
helpers: "Helpers",
prototypes: "Prototypes",
astra_assistants: "Astra Assistants",
langchain_utilities: "Utilities",
output_parsers: "Output Parsers",
custom_components: "Custom",
@ -431,6 +433,7 @@ export const nodeIconsLucide: iconsType = {
textsplitters: Scissors,
wrappers: Gift,
helpers: Wand2,
astra_assistants: Sparkles,
ScanEye,
prototypes: FlaskConical,
langchain_utilities: PocketKnife,