MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / MessageRole

Class MessageRole

backend/app/models/assistant/message.py:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18class MessageRole(str, Enum):
19 USER = "user"
20 ASSISTANT = "assistant"
21
22
23class MessageGenerationLog(BaseModel):

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected