File tree 7 files changed +11
-7
lines changed
7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时
76
76
77
77
## 如何安装AppBuilder-SDK
78
78
79
- #### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.1 (2025-01-16 )
79
+ #### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.2 (2025-01-24 )
80
80
81
81
百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[ 版本说明] ( /docs/DevelopGuide/ChangeLog/changelog.md )
82
82
Original file line number Diff line number Diff line change 79
79
* Agent Python SDK支持Async调用
80
80
* 新增滚动日志功能
81
81
* ** 2025.01.16 v1.0.1版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.0.1 )
82
- * 修复1.0.0中的Python SDK流式调用慢问题
82
+ * 修复1.0.0中的Python SDK流式调用慢问题
83
+ * ** 2025.01.24 v1.0.2版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.0.2 )
84
+ * 升级KnowledgebaseClient,同步更新OpenAPI的入参
85
+ * 升级KnowledgebaseClient,同步更新知识库创建入参
86
+ * 升级ComponentClient,同步更新OpenAPI的出参
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo
47
47
48
48
## How to install?
49
49
50
- #### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.1 (2025-01-16 )
50
+ #### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.2 (2025-01-24 )
51
51
52
52
Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [ version description] ( /docs/DevelopGuide/ChangeLog/changelog.md )
53
53
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者
44
44
45
45
## どのようにインストールしますか?
46
46
47
- #### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.1 (2025-01-16 )です
47
+ #### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.2 (2025-01-24 )です
48
48
49
49
Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[ バージョン説明] ( DevelopGuide/ChangeLog/changelog.md ) をご覧ください。
50
50
Original file line number Diff line number Diff line change 14
14
project = 'Appbuilder-SDK'
15
15
copyright = '2024, baidubce'
16
16
author = 'baidubce'
17
- release = '1.0.1 '
17
+ release = '1.0.2 '
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
16
- __version__ = '1.0.1 '
16
+ __version__ = '1.0.2 '
17
17
18
18
import os
19
19
import sys
Original file line number Diff line number Diff line change 54
54
setup (
55
55
name = "appbuilder-sdk" ,
56
56
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
57
- version = "1.0.1 " ,
57
+ version = "1.0.2 " ,
58
58
author = "dongdaxiang" ,
59
59
60
60
packages = packages ,
You can’t perform that action at this time.
0 commit comments