Skip to content

Commit d79fd22

Browse files
feat(api): api update
1 parent d3cbda0 commit d79fd22

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 107
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-18a8c8242c5e5c5886a2a31908480384759e5c2239664797372c109538408917.yml
3-
openapi_spec_hash: a7c5019fc13696353a6a97d4a68cf729
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-e9513714b0d3fd53715ea1a78b820e41ef772998c50ce2f77db525e5ae06430b.yml
3+
openapi_spec_hash: 30ced87cff8e18070ff9d274acc1ba6c
44
config_hash: acdf4142177ed1932c2d82372693f811

src/asktable/types/sys/model_group.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ class ModelGroup(BaseModel):
2121
omni: str
2222
"""通用模型"""
2323

24+
report: str
25+
"""报告模型"""
26+
2427
sql: str
2528
"""SQL 模型"""

0 commit comments

Comments
 (0)