Skip to content

Commit 7a80b26

Browse files
docs(eino): sync chinese docs from feishu
1 parent bb070dd commit 7a80b26

12 files changed

Lines changed: 100 additions & 32 deletions

File tree

content/zh/docs/eino/FAQ.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ eino-ext 部分 module 报错 undefined: schema.NewParamsOneOfByOpenAPIV3 等问
146146

147147
# Q: Eino-ext 提供的 ChatModel 有哪些模型是支持 Response API 形式调用嘛?
148148

149-
- Eino-Ext 中目前只有 ARK 的 Chat Model 可通过 **NewResponsesAPIChatModel **创建 ResponsesAPI ChatModel,其他模型目前不支持 ResponsesAPI 的创建与使用
149+
- Eino-Ext 中目前只有 ARK 的 Chat Model 可通过 **NewResponsesAPIChatModel **创建 ResponsesAPI ChatModel,其他模型目前不支持 ResponsesAPI 的创建与使用
150150

151151
# Q: 如何排查 ChatModel 调用报错?比如[NodeRunError] failed to create chat completion: error, status code: 400, status: 400 Bad Request。
152152

@@ -170,3 +170,6 @@ ChatModel 产生的 Tool Call 中,Argument 字段是 string。Eino 框架在
170170

171171
- Flow/React Agent 场景下获取中间结构参考文档 [Eino: ReAct Agent 使用手册](/zh/docs/eino/core_modules/flow_integration_components/react_agent_manual)
172172

173+
# Q: Gemini 模型报错 missing a `thought_signature`
174+
175+
Gemini 模型协议不是 openai-compatible,应使用 gemini 封装 [https://github.com/cloudwego/eino-ext/tree/main/components/model/gemini](https://github.com/cloudwego/eino-ext/tree/main/components/model/gemini),初始化参考代码。

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_PatchToolCalls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-09"
44
lastmod: ""
55
tags: []
66
title: PatchToolCalls
@@ -10,7 +10,7 @@ weight: 7
1010
adk/middlewares/patchtoolcalls
1111

1212
> 💡
13-
> PatchToolCalls 中间件用于修复消息历史中「悬空的工具调用」(dangling tool calls)问题。本中间件在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
13+
> PatchToolCalls 中间件用于修复消息历史中「悬空的工具调用」(dangling tool calls)问题。本中间件在 v0.8.0 版本引入。
1414
1515
## 概述
1616

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_PlanTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 4
1212
adk/middlewares/plantask
1313

1414
> 💡
15-
> 本中间件在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
15+
> 本中间件在 v0.8.0 版本引入。
1616
1717
## 概述
1818

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_Summarization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 3
1212
Summarization 中间件会在对话的 token 数量超过配置阈值时,自动压缩对话历史。这有助于在长对话中保持上下文连续性,同时控制在模型的 token 限制范围内。
1313

1414
> 💡
15-
> 本中间件在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
15+
> 本中间件在 v0.8.0 版本引入。
1616
1717
## 快速开始
1818

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_ToolReduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 6
1212
adk/middlewares/reduction
1313

1414
> 💡
15-
> 本中间件在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
15+
> 本中间件在 v0.8.0 版本引入。
1616
1717
## 概述
1818

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_ToolSearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-09"
44
lastmod: ""
55
tags: []
66
title: ToolSearch
@@ -12,7 +12,7 @@ weight: 5
1212
adk/middlewares/dynamictool/toolsearch
1313

1414
> 💡
15-
> 本中间件在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
15+
> 本中间件在 v0.8.0 版本引入。
1616
1717
## 概述
1818

content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-09"
44
lastmod: ""
55
tags: []
66
title: ChatModelAgentMiddleware
@@ -16,7 +16,7 @@ weight: 8
1616
**重要说明:** 此接口专为 `ChatModelAgent` 及基于它构建的 Agent(如 `DeepAgent`)设计。
1717

1818
> 💡
19-
> ChatModelAgentMiddleware 接口在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入
19+
> ChatModelAgentMiddleware 接口在 v0.8.0 版本引入
2020
2121
### 为什么使用 ChatModelAgentMiddleware 而非 AgentMiddleware?
2222

content/zh/docs/eino/core_modules/eino_adk/adk_agent_callback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ADK Agent Callback 机制与 Eino compose 中的回调系统共享相同的基
2323
- 可以与其他组件回调(如 ChatModel、Tool 等)组合使用
2424

2525
> 💡
26-
> 通过 Agent Callback,你可以在 Agent 执行的关键节点介入,实现 tracing、logging、metrics 等可观测性能力。本能力在 [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1) 版本引入。
26+
> 通过 Agent Callback,你可以在 Agent 执行的关键节点介入,实现 tracing、logging、metrics 等可观测性能力。本能力在 v0.8.0 版本引入。
2727
2828
## 核心类型
2929

content/zh/docs/eino/core_modules/eino_adk/agent_preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ AgentRunner 是 Agent 的执行器,为 Agent 运行所需要的拓展功能加
145145
只有通过 Runner 执行 agent 时,才可以使用 ADK 的如下功能:
146146

147147
- Interrupt & Resume
148-
- 切面机制(1226 测试版本支持,正式发布前不保证 api 兼容,详见 [[WIP] Eino ADK: 切面](https://bytedance.larkoffice.com/wiki/JM9mwNJuGij69UkrvIpcHwXdnhf)
148+
- 切面机制(1226 测试版本支持,正式发布前不保证 api 兼容,详见 [[WIP] Eino ADK: 切面](https://bytedance.larkoffice.com/wiki/JM9mwNJuGij69UkrvIpcHwXdnhf)
149149

150150
```go
151151
go get github.com/cloudwego/eino@v0.8.0-alpha.1

content/zh/docs/eino/overview/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ Eino 框架由几个部分组成:
346346

347347
> 💡
348348
> 针对字节内部使用的组件,有对应的内部代码仓库:
349-
>
350-
> EinoBytedExt: [https://code.byted.org/flow/eino-byted-ext](https://code.byted.org/flow/eino-byted-ext)
351349
352350
- [Eino Devops](https://github.com/cloudwego/eino-ext/tree/main/devops):可视化开发、可视化调试等。
353351
- [EinoExamples](https://github.com/cloudwego/eino-examples):是包含示例应用程序和最佳实践的代码仓库。

0 commit comments

Comments
 (0)