Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataease/SQLBot
/ AssistantHeader
Class
AssistantHeader
backend/apps/system/schemas/system_schema.py:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
122
class
AssistantHeader(AssistantDTO):
123
unique: Optional[str] = None
124
certificate: Optional[str] = None
125
online: bool = False
126
request_origin: Optional[str] = None
127
128
129
class
AssistantValidator(BaseModel):
Callers
1
mcp_assistant
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected