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

Class DeltaMessage

server.py:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62class DeltaMessage(BaseModel):
63 role: Optional[Literal["user", "assistant", "system"]] = None
64 content: Optional[str] = None
65
66
67class QueryRequest(BaseModel):

Callers 1

predictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected