Skip to content

Commit 0f9acaf

Browse files
Middleware_Skill.md 中 ContextMode 描述错误 (#1525)
1 parent c29dac9 commit 0f9acaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ type FrontMatter struct {
5959

6060
```go
6161
const (
62-
ContextModeFork ContextMode = "fork" // 复制历史消息
63-
ContextModeForkWithContext ContextMode = "fork_with_context" // 隔离上下文
62+
ContextModeFork ContextMode = "fork" // 隔离上下文
63+
ContextModeForkWithContext ContextMode = "fork_with_context" // 复制历史消息
6464
)
6565
```
6666

0 commit comments

Comments
 (0)