docs: update handle colors in concepts-components.md to include icons (#5919)
This commit is contained in:
parent
bae678f092
commit
2187308ad2
1 changed files with 11 additions and 11 deletions
|
|
@ -45,18 +45,18 @@ Handles (<Icon name="Circle" size="16" aria-label="A circle on the side of a com
|
|||
|
||||
The following table lists the handle colors and their corresponding data types:
|
||||
|
||||
| Data type | Handle color | Hex code |
|
||||
| Data type | Handle color | Handle |
|
||||
|-----------|--------------|----------|
|
||||
| BaseLanguageModel | Fuchsia | #c026d3 |
|
||||
| Data | Red | #dc2626 |
|
||||
| Document | Lime | #65a30d |
|
||||
| Embeddings | Emerald | #10b981 |
|
||||
| LanguageModel | Fuchsia | #c026d3 |
|
||||
| Message | Indigo | #4f46e5 |
|
||||
| Prompt | Violet | #7c3aed |
|
||||
| str | Indigo | #4F46E5 |
|
||||
| Text | Indigo | #4F46E5 |
|
||||
| unknown | Gray | #9CA3AF |
|
||||
| BaseLanguageModel | Fuchsia | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#c026d3' }} /> |
|
||||
| Data | Red | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#dc2626' }} /> |
|
||||
| Document | Lime | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#65a30d' }} /> |
|
||||
| Embeddings | Emerald | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#10b981' }} /> |
|
||||
| LanguageModel | Fuchsia | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#c026d3' }} /> |
|
||||
| Message | Indigo | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#4f46e5' }} /> |
|
||||
| Prompt | Violet | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#7c3aed' }} /> |
|
||||
| str | Indigo | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#4F46E5' }} /> |
|
||||
| Text | Indigo | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#4F46E5' }} /> |
|
||||
| unknown | Gray | <Icon name="Circle" size="16" aria-label="A circle on the side of a component" style={{ color: '#9CA3AF' }} /> |
|
||||
|
||||
## Component code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue