MCPcopy 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
122class AssistantHeader(AssistantDTO):
123 unique: Optional[str] = None
124 certificate: Optional[str] = None
125 online: bool = False
126 request_origin: Optional[str] = None
127
128
129class AssistantValidator(BaseModel):

Callers 1

mcp_assistantFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected