docs: update handle colors in concepts-components.md to include icons (#5919)

This commit is contained in:
Mendon Kissling 2025-01-28 14:29:03 -05:00 committed by GitHub
commit 2187308ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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