Skip to content

Commit 59f6da7

Browse files
authored
fix(docs): update config file references from example to full (#143)
1 parent 9e9902d commit 59f6da7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Run python `deploy.py` for deployment on Volcengine FaaS platform.
5454

5555
```bash
5656
└── veadk-cloud-proj
57-
├── config.yaml.example # 定义环境变量
57+
├── config.yaml.full # 定义环境变量
5858
├── deploy.py # 部署脚本
5959
└── src
6060
├── agent.py # agent 运行时数据导出

docs/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ uv pip install -e .
4545

4646
## 配置
4747

48-
VeADK 在仓库中提供了一个示例配置文件`config.yaml.example`,其中标明了一个智能体运行的必需(required)配置和可选(optional)配置。您可以基于该示例文件,在项目根目录下创建实际使用的配置文件`config.yaml`。VeADK 中的配置模块将自动查找并加载该文件内容,并将其中的配置项映射为运行时环境变量,从而帮助您省去环境配置的时间。
48+
VeADK 在仓库中提供了一个示例配置文件`config.yaml.full`,其中标明了一个智能体运行的必需(required)配置和可选(optional)配置。您可以基于该示例文件,在项目根目录下创建实际使用的配置文件`config.yaml`。VeADK 中的配置模块将自动查找并加载该文件内容,并将其中的配置项映射为运行时环境变量,从而帮助您省去环境配置的时间。
4949

50-
完整的配置项可以参考[`config.yaml.example`文件](https://github.com/volcengine/veadk-python/blob/main/config.yaml.example)
50+
完整的配置项可以参考[`config.yaml.full`文件](https://github.com/volcengine/veadk-python/blob/main/config.yaml.full)
5151

5252
### 说明
5353

0 commit comments

Comments
 (0)