Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
class
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
173
class
RenameChat(BaseModel):
Callers
3
start_chat
Function · 0.90
mcp_start
Function · 0.90
mcp_assistant
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected