Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ type FrontMatter struct {

```go
const (
ContextModeFork ContextMode = "fork" // 复制历史消息
ContextModeForkWithContext ContextMode = "fork_with_context" // 隔离上下文
ContextModeFork ContextMode = "fork" // 隔离上下文
ContextModeForkWithContext ContextMode = "fork_with_context" // 复制历史消息
)
```

Expand Down
Loading