Skip to content

Commit ec8c402

Browse files
chore(lint): 改进代码样式 (#1268)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be42865 commit ec8c402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/aichat/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func init() {
116116
logrus.Debugln("[aichat] agent set no timeout")
117117
hasresp := false
118118
// ispuremsg := false
119-
//hassavemem := false
119+
// hassavemem := false
120120
for i := 0; i < 8; i++ { // 最大运行 8 轮因为问答上下文只有 16
121121
reqs := chat.CallAgent(ag, zero.SuperUserPermission(ctx), i+1, x, mod, gid, role)
122122
if len(reqs) == 0 {

0 commit comments

Comments
 (0)