MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / SeparatorStyle

Class SeparatorStyle

toolbench/tool_conversation.py:10–21  ·  view source on GitHub ↗

Separator styles.

Source from the content-addressed store, hash-verified

8
9
10class SeparatorStyle(Enum):
11 """Separator styles."""
12
13 ADD_COLON_SINGLE = auto()
14 ADD_COLON_TWO = auto()
15 ADD_COLON_SPACE_SINGLE = auto()
16 NO_COLON_SINGLE = auto()
17 ADD_NEW_LINE_SINGLE = auto()
18 DOLLY = auto()
19 RWKV = auto()
20 PHOENIX = auto()
21 ONLY_LAST_ASSISTANT = auto()
22
23
24@dataclasses.dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected