Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AsyncFuncAI/deepwiki-open
/ ChatMessage
Class
ChatMessage
api/websocket_wiki.py:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
# Models for the API
38
class
ChatMessage(BaseModel):
39
role: str
# 'user' or 'assistant'
40
content: str
41
42
class
ChatCompletionRequest(BaseModel):
43
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected