perf: agent tool code (#6798)

* perf: agent tool code

* fix: review
This commit is contained in:
Archer
2026-04-22 14:36:14 +08:00
committed by GitHub
parent 2fe03ec0b9
commit b2cfada959
42 changed files with 1513 additions and 1377 deletions
@@ -0,0 +1,16 @@
---
title: 'V4.15.0(进行中)'
description: 'FastGPT V4.15.0 更新说明'
---
## 🚀 新增内容
## ⚙️ 优化
## 🐛 修复
## 代码优化
1. 优化 Agent tool 声明和运行,统一所有 tool 的声明和运行方式。
@@ -0,0 +1,5 @@
{
"title": "4.15.x",
"description": "",
"pages": ["4150"]
}
@@ -0,0 +1,5 @@
{
"title": "4.15.x",
"description": "",
"pages": ["4150"]
}
@@ -1,5 +1,5 @@
{
"title": "Version History",
"description": "FastGPT version history",
"pages": ["4-14", "4-13", "4-12", "outdated"]
"pages": ["4-15", "4-14", "4-13", "4-12", "outdated"]
}
@@ -1,5 +1,5 @@
{
"title": "版本列表",
"description": "FastGPT 版本列表",
"pages": ["4-14", "4-13", "4-12", "outdated"]
"pages": ["4-15", "4-14", "4-13", "4-12", "outdated"]
}
+1
View File
@@ -127,6 +127,7 @@ description: FastGPT 文档目录
- [/docs/self-host/upgrading/4-14/4148](/docs/self-host/upgrading/4-14/4148)
- [/docs/self-host/upgrading/4-14/41481](/docs/self-host/upgrading/4-14/41481)
- [/docs/self-host/upgrading/4-14/4149](/docs/self-host/upgrading/4-14/4149)
- [/docs/self-host/upgrading/4-15/4150](/docs/self-host/upgrading/4-15/4150)
- [/docs/self-host/upgrading/outdated/40](/docs/self-host/upgrading/outdated/40)
- [/docs/self-host/upgrading/outdated/41](/docs/self-host/upgrading/outdated/41)
- [/docs/self-host/upgrading/outdated/4100](/docs/self-host/upgrading/outdated/4100)