MCPcopy Create free account
hub / github.com/WangHanLinHenry/SPA-RL-Agent / 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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected