Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lm-sys/FastChat
/ ChatMessage
Class
ChatMessage
fastchat/protocol/api_protocol.py:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
67
class
ChatMessage(BaseModel):
68
role: str
69
content: str
70
71
72
class
ChatCompletionResponseChoice(BaseModel):
Callers
1
mistral_api_stream_iter
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…