MCPcopy Create free account
hub / github.com/nashsu/FreeAskInternet / ChatMessage

Class ChatMessage

server.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class ChatMessage(BaseModel):
58 role: Literal["user", "assistant", "system"]
59 content: str
60
61
62class DeltaMessage(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected