MCPcopy Index your code
hub / github.com/dataease/SQLBot / AxisObj

Class AxisObj

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

Source from the content-addressed store, hash-verified

366
367
368class AxisObj(BaseModel):
369 name: str = ''
370 value: str = ''
371 type: str | None = None
372
373
374class ExcelData(BaseModel):

Callers 5

innerFunction · 0.90
run_taskMethod · 0.90
export_excelFunction · 0.90
innerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected