Skip to content

Commit c305ee9

Browse files
docs(eino): sync english translations
1 parent 15b367e commit c305ee9

19 files changed

Lines changed: 832 additions & 254 deletions

File tree

content/en/docs/eino/core_modules/chain_and_graph_orchestration/chain_graph_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func main() {
243243

244244
out, err := r.Invoke(ctx, map[string]any{
245245
"message_histories": []*schema.Message{},
246-
"user_query": "My name is zhangsan, email is zhangsan@bytedance.com, please recommend a property for me",
246+
"user_query": "My name is zhangsan, email is zhangsan@example.com, please recommend a property for me",
247247
})
248248
if err != nil {
249249
logs.Errorf("Invoke failed, err=%v", err)

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_FileSystem/_index.md

Lines changed: 0 additions & 237 deletions
This file was deleted.

content/en/docs/eino/core_modules/eino_adk/agent_implementation/deepagents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type Config struct {
7575
<tr><td>StreamingShell</td><td>Provides Shell capability with streaming results, optional, mutually exclusive with Shell</td><td>execute(streaming)</td></tr>
7676
</table>
7777

78-
DeepAgents implements built-in filesystem by referencing filesystem middleware. For more detailed capability description of this middleware, see: [Middleware: FileSystem](/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_FileSystem)
78+
DeepAgents implements built-in filesystem by referencing filesystem middleware. For more detailed capability description of this middleware, see: [FileSystem](/docs/eino/core_modules/eino_adk/eino_adk_chatmodelagentmiddleware/middleware_filesystem/)
7979

8080
### Task Decomposition and Planning
8181

content/en/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/_index.md renamed to content/en/docs/eino/core_modules/eino_adk/eino_adk_chatmodelagentmiddleware/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
Description: ""
3-
date: "2026-03-02"
3+
date: "2026-03-09"
44
lastmod: ""
55
tags: []
6-
title: 'Eino ADK: ChatModelAgentMiddleware'
6+
title: ChatModelAgentMiddleware
77
weight: 8
88
---
99

@@ -16,7 +16,7 @@ weight: 8
1616
**Important:** This interface is designed specifically for `ChatModelAgent` and Agents built on top of it (such as `DeepAgent`).
1717

1818
> 💡
19-
> The ChatModelAgentMiddleware interface was introduced in [v0.8.0.Beta](https://github.com/cloudwego/eino/releases/tag/v0.8.0-beta.1)
19+
> The ChatModelAgentMiddleware interface was introduced in v0.8.0
2020
2121
### Why Use ChatModelAgentMiddleware Instead of AgentMiddleware?
2222

0 commit comments

Comments
 (0)