@things-factory/board-ai 10.1.25 → 10.1.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -572,7 +572,7 @@ packages/board-ai/server/service/
572
572
 
573
573
  ```ts
574
574
  // 예: setFill(refids=[35], mode='solid', color='red')
575
- // → BoardEditPatch:
575
+ // → SceneEditPatch:
576
576
  {
577
577
  ops: [
578
578
  { op: 'modify', refid: 35, patch: { fillStyle: { type: 'solid', color: '#ff0000' } } }