2626
2727
2828class BotsResource (SyncAPIResource ):
29- """机器人管理 """
29+ """AI 数据助手 """
3030
3131 @cached_property
3232 def with_raw_response (self ) -> BotsResourceWithRawResponse :
@@ -70,7 +70,7 @@ def create(
7070 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
7171 ) -> Chatbot :
7272 """
73- 创建一个新的 Bot
73+ 创建一个新的 AI 数据助手
7474
7575 Args:
7676 datasource_ids: 数据源 ID,目前只支持 1 个数据源。
@@ -81,15 +81,15 @@ def create(
8181
8282 debug: 调试模式
8383
84- interaction_rules: 交互规则列表,用于定义 bot 的行为规则
84+ interaction_rules: 交互规则列表,用于定义 AI 数据助手的行为规则
8585
8686 magic_input: 魔法提示词
8787
8888 max_rows: 最大返回行数,默认不限制
8989
9090 publish: 是否公开
9191
92- query_balance: bot 的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
92+ query_balance: AI 数据助手的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
9393
9494 sample_questions: 示例问题列表
9595
@@ -142,7 +142,7 @@ def retrieve(
142142 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
143143 ) -> Chatbot :
144144 """
145- 获取某个 Bot
145+ 获取某个 AI 数据助手
146146
147147 Args:
148148 extra_headers: Send extra headers
@@ -188,7 +188,7 @@ def update(
188188 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
189189 ) -> Chatbot :
190190 """
191- 更新某个 Bot
191+ 更新某个 AI 数据助手
192192
193193 Args:
194194 avatar_url: 头像 URL
@@ -199,7 +199,7 @@ def update(
199199
200200 debug: 调试模式
201201
202- interaction_rules: 交互规则列表,用于定义 bot 的行为规则
202+ interaction_rules: 交互规则列表,用于定义 AI 数据助手的行为规则
203203
204204 magic_input: 魔法提示词
205205
@@ -209,7 +209,7 @@ def update(
209209
210210 publish: 是否公开
211211
212- query_balance: bot 的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
212+ query_balance: AI 数据助手的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
213213
214214 sample_questions: 示例问题列表
215215
@@ -268,7 +268,7 @@ def list(
268268 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
269269 ) -> SyncPage [Chatbot ]:
270270 """
271- 查询所有 Bot
271+ 查询所有 AI 数据助手
272272
273273 Args:
274274 bot_ids: Bot ID
@@ -320,7 +320,7 @@ def delete(
320320 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
321321 ) -> object :
322322 """
323- 删除某个 Bot
323+ 删除某个 AI 数据助手
324324
325325 Args:
326326 extra_headers: Send extra headers
@@ -381,7 +381,7 @@ def invite(
381381
382382
383383class AsyncBotsResource (AsyncAPIResource ):
384- """机器人管理 """
384+ """AI 数据助手 """
385385
386386 @cached_property
387387 def with_raw_response (self ) -> AsyncBotsResourceWithRawResponse :
@@ -425,7 +425,7 @@ async def create(
425425 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
426426 ) -> Chatbot :
427427 """
428- 创建一个新的 Bot
428+ 创建一个新的 AI 数据助手
429429
430430 Args:
431431 datasource_ids: 数据源 ID,目前只支持 1 个数据源。
@@ -436,15 +436,15 @@ async def create(
436436
437437 debug: 调试模式
438438
439- interaction_rules: 交互规则列表,用于定义 bot 的行为规则
439+ interaction_rules: 交互规则列表,用于定义 AI 数据助手的行为规则
440440
441441 magic_input: 魔法提示词
442442
443443 max_rows: 最大返回行数,默认不限制
444444
445445 publish: 是否公开
446446
447- query_balance: bot 的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
447+ query_balance: AI 数据助手的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
448448
449449 sample_questions: 示例问题列表
450450
@@ -497,7 +497,7 @@ async def retrieve(
497497 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
498498 ) -> Chatbot :
499499 """
500- 获取某个 Bot
500+ 获取某个 AI 数据助手
501501
502502 Args:
503503 extra_headers: Send extra headers
@@ -543,7 +543,7 @@ async def update(
543543 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
544544 ) -> Chatbot :
545545 """
546- 更新某个 Bot
546+ 更新某个 AI 数据助手
547547
548548 Args:
549549 avatar_url: 头像 URL
@@ -554,7 +554,7 @@ async def update(
554554
555555 debug: 调试模式
556556
557- interaction_rules: 交互规则列表,用于定义 bot 的行为规则
557+ interaction_rules: 交互规则列表,用于定义 AI 数据助手的行为规则
558558
559559 magic_input: 魔法提示词
560560
@@ -564,7 +564,7 @@ async def update(
564564
565565 publish: 是否公开
566566
567- query_balance: bot 的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
567+ query_balance: AI 数据助手的查询次数 ,默认是 None,表示无限次查询,入参为大于等于 0 的整数
568568
569569 sample_questions: 示例问题列表
570570
@@ -623,7 +623,7 @@ def list(
623623 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
624624 ) -> AsyncPaginator [Chatbot , AsyncPage [Chatbot ]]:
625625 """
626- 查询所有 Bot
626+ 查询所有 AI 数据助手
627627
628628 Args:
629629 bot_ids: Bot ID
@@ -675,7 +675,7 @@ async def delete(
675675 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
676676 ) -> object :
677677 """
678- 删除某个 Bot
678+ 删除某个 AI 数据助手
679679
680680 Args:
681681 extra_headers: Send extra headers
0 commit comments