MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / ChatMessage

Class ChatMessage

api/simple_chat.py:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51# Models for the API
52class ChatMessage(BaseModel):
53 role: str # 'user' or 'assistant'
54 content: str
55
56class ChatCompletionRequest(BaseModel):
57 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected