We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29dac9 commit 0f9acafCopy full SHA for 0f9acaf
1 file changed
content/zh/docs/eino/core_modules/eino_adk/Eino_ADK_ChatModelAgentMiddleware/Middleware_Skill.md
@@ -59,8 +59,8 @@ type FrontMatter struct {
59
60
```go
61
const (
62
- ContextModeFork ContextMode = "fork" // 复制历史消息
63
- ContextModeForkWithContext ContextMode = "fork_with_context" // 隔离上下文
+ ContextModeFork ContextMode = "fork" // 隔离上下文
+ ContextModeForkWithContext ContextMode = "fork_with_context" // 复制历史消息
64
)
65
```
66
0 commit comments