mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-03 06:42:27 +08:00
* feat: add get_shape_library tool for AI icon discovery - Add server-side tool that returns shape library documentation - AI can fetch icon/shape names on-demand before generating diagrams - Includes path traversal protection and input sanitization - Library index embedded in tool description for discoverability - Supports 33 libraries: AWS, Azure, GCP, Kubernetes, Cisco, etc. * fix: improve get_shape_library error handling and imports - Move fs/path imports to top of file (avoid dynamic imports per call) - Distinguish file-not-found vs other errors in catch block - Include invalid input in validation error message - Log unexpected errors for debugging * docs: add get_shape_library to system prompt tool list - Add Tool4 (get_shape_library) to available tools section - Add usage guidance in 'Choose the right tool' section - Update AWS icons note to reference get_shape_library for icon discovery * fix: display get_shape_library tool output in chat UI * fix: correct state check for get_shape_library output display * fix: make get_shape_library output respect fold state * style: auto-format with Biome --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
63 lines
914 B
Markdown
63 lines
914 B
Markdown
# floorplan
|
|
|
|
**Type:** mxgraph shapes
|
|
**Prefix:** `mxgraph.floorplan`
|
|
|
|
## Usage
|
|
|
|
```xml
|
|
<mxCell value="label" style="shape=mxgraph.floorplan.{shape};fillColor=#ffffff;strokeColor=#000000;" vertex="1" parent="1">
|
|
<mxGeometry x="0" y="0" width="60" height="60" as="geometry" />
|
|
</mxCell>
|
|
```
|
|
|
|
|
|
|
|
## Shapes (45)
|
|
|
|
- `bathtub`
|
|
- `bathtub2`
|
|
- `bed_double`
|
|
- `bed_single`
|
|
- `bookcase`
|
|
- `chair`
|
|
- `copier`
|
|
- `couch`
|
|
- `crt_tv`
|
|
- `desk_corner`
|
|
- `desk_corner_2`
|
|
- `dresser`
|
|
- `drying_machine`
|
|
- `elevator`
|
|
- `fireplace`
|
|
- `flat_tv`
|
|
- `floor_lamp`
|
|
- `laptop`
|
|
- `mxgraph.floorplan`
|
|
- `office_chair`
|
|
- `piano`
|
|
- `plant`
|
|
- `printer`
|
|
- `range_1`
|
|
- `range_2`
|
|
- `refrigerator`
|
|
- `shower`
|
|
- `shower2`
|
|
- `sink_1`
|
|
- `sink_2`
|
|
- `sink_22`
|
|
- `sink_double`
|
|
- `sink_double2`
|
|
- `sofa`
|
|
- `spiral_stairs`
|
|
- `table`
|
|
- `table_1`
|
|
- `table_2`
|
|
- `table_3`
|
|
- `table_4`
|
|
- `table_5`
|
|
- `toilet`
|
|
- `washing_machine`
|
|
- `water_cooler`
|
|
- `workstation`
|