API统计页面

This commit is contained in:
BBIT-Kai
2026-07-27 10:16:24 +08:00
parent 89f6944e65
commit 38efd8ef1a
21 changed files with 3554 additions and 123 deletions
+4
View File
@@ -25,3 +25,7 @@ class SendCubeReportMessageRequest(BaseModel):
class RenameCubeReportConversationRequest(BaseModel):
name: str = Field(min_length=1, max_length=200)
class ExportCubeReportRequest(BaseModel):
columnKeys: list[str] = Field(min_length=1, max_length=16384)