Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
class
MessageRole(str, Enum):
19
USER =
"user"
20
ASSISTANT =
"assistant"
21
22
23
class
MessageGenerationLog(BaseModel):
Callers
1
build
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected