MCPcopy Create free account
hub / github.com/dataease/SQLBot / CreateChat

Class CreateChat

backend/apps/chat/models/chat_model.py:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165
166class CreateChat(BaseModel):
167 id: int = None
168 question: str = None
169 datasource: int = None
170 origin: Optional[int] = 0 # 0是页面上,mcp是1,小助手是2
171
172
173class RenameChat(BaseModel):

Callers 3

start_chatFunction · 0.90
mcp_startFunction · 0.90
mcp_assistantFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected