We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37af92b commit 0df9769Copy full SHA for 0df9769
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 82
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-f4eb4b4f84901ac48b5fbfbde2712cf15833c5824a01aa2e164524465819a2e8.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-9685a6d1ce0077c478727502e935941fe3e5740d45549e3693d29941b462d31a.yml
src/asktable/types/sys/model_group.py
@@ -8,6 +8,12 @@
8
9
10
class ModelGroup(BaseModel):
11
+ id: str
12
+ """模型组 ID"""
13
+
14
+ agent_model: str
15
+ """Agent 模型"""
16
17
image_models: List[str]
18
"""图像模型列表"""
19
0 commit comments