Skip to content

Commit fe91b8c

Browse files
committed
add base code
1 parent 2e294fc commit fe91b8c

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时
7676

7777
## 如何安装AppBuilder-SDK
7878

79-
#### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.1 (2025-01-16)
79+
#### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.2 (2025-01-24)
8080

8181
百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[版本说明](/docs/DevelopGuide/ChangeLog/changelog.md)
8282

docs/DevelopGuide/ChangeLog/changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,8 @@
7979
* Agent Python SDK支持Async调用
8080
* 新增滚动日志功能
8181
* **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的出参

docs/README_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo
4747

4848
## How to install?
4949

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)
5151

5252
Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [version description](/docs/DevelopGuide/ChangeLog/changelog.md)
5353

docs/README_ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者
4444

4545
## どのようにインストールしますか?
4646

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)です
4848

4949
Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[バージョン説明](DevelopGuide/ChangeLog/changelog.md)をご覧ください。
5050

docs/Tools/SphinxSh/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = 'Appbuilder-SDK'
1515
copyright = '2024, baidubce'
1616
author = 'baidubce'
17-
release = '1.0.1'
17+
release = '1.0.2'
1818

1919
# -- General configuration ---------------------------------------------------
2020
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
__version__ = '1.0.1'
16+
__version__ = '1.0.2'
1717

1818
import os
1919
import sys

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
setup(
5555
name="appbuilder-sdk",
5656
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
57-
version="1.0.1",
57+
version="1.0.2",
5858
author="dongdaxiang",
5959
author_email="[email protected]",
6060
packages=packages,

0 commit comments

Comments
 (0)