Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
class
DeltaMessage(BaseModel):
63
role: Optional[Literal[
"user"
,
"assistant"
,
"system"
]] = None
64
content: Optional[str] = None
65
66
67
class
QueryRequest(BaseModel):
Callers
1
predict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected