File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : acdf4142177ed1932c2d82372693f811
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments