MCPcopy
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
67class ChatMessage(BaseModel):
68 role: str
69 content: str
70
71
72class ChatCompletionResponseChoice(BaseModel):

Callers 1

mistral_api_stream_iterFunction · 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…