MCPcopy 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
84class ChatRequest(BaseModel):
85 message: str
86 user_id: str = "anonymous"
87 session_id: str | None = None
88
89
90class ChatResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected