MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / RoleType

Class RoleType

llms/schema.py:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11class RoleType(Enum):
12 SYSTEM = "system"
13 USER = "user"
14 ASSISTANT = "assistant"
15 TOOL = "tool"
16 KNOWLEDGE = "knowledge"
17
18
19class CriticCategory(Enum):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected