Skip to content

Commit 02a8fff

Browse files
feat(api): api update
1 parent 8e426e9 commit 02a8fff

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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: 105
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-a9516f0c2844beeeddd27e8a19a716996cc12009d342a606678db3bb5f0141c0.yml
3-
openapi_spec_hash: 0e5a25d8d381ab33f9bd92ddaca3d095
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-2e8595eb03427473d6d3f3d8554b21985279e40c754e7cdd013e24acf97ee7ef.yml
3+
openapi_spec_hash: 3ac279939f204f114ef05890ffbeafd5
44
config_hash: acdf4142177ed1932c2d82372693f811

src/asktable/resources/files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def retrieve(
5050
timeout: float | httpx.Timeout | None | NotGiven = not_given,
5151
) -> object:
5252
"""
53-
获取文件
53+
下载文件
5454
5555
Args:
5656
extra_headers: Send extra headers
@@ -104,7 +104,7 @@ async def retrieve(
104104
timeout: float | httpx.Timeout | None | NotGiven = not_given,
105105
) -> object:
106106
"""
107-
获取文件
107+
下载文件
108108
109109
Args:
110110
extra_headers: Send extra headers

src/asktable/types/chatbot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class Chatbot(BaseModel):
4141
color_theme: Optional[str] = None
4242
"""颜色主题"""
4343

44+
datasource_name: Optional[str] = None
45+
"""数据源名称"""
46+
4447
debug: Optional[bool] = None
4548
"""调试模式"""
4649

0 commit comments

Comments
 (0)