Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcefghj/smart-cs-multi-agent
/ ChatRequest
Class
ChatRequest
python-impl/api/main.py:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
83
84
class
ChatRequest(BaseModel):
85
message: str
86
user_id: str =
"anonymous"
87
session_id: str | None = None
88
89
90
class
ChatResponse(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected