MCPcopy Create free account
hub / github.com/BIT-DataLab/Edit-Banana / PromptGroup

Class PromptGroup

modules/sam3_info_extractor.py:32–37  ·  view source on GitHub ↗

提示词分组

Source from the content-addressed store, hash-verified

30
31# ======================== 提示词分组枚举 ========================
32class PromptGroup(Enum):
33 """提示词分组"""
34 IMAGE = "image" # 图片类(需要转base64)
35 ARROW = "arrow" # 箭头类(需要方向检测)
36 BASIC_SHAPE = "shape" # 基本图形(需要取色矢量化)
37 BACKGROUND = "background" # 背景/容器类
38
39
40@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected