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:
parent
5f18baadb5
commit
865d3adf3e
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue