mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-24 17:36:47 +08:00
fix: agent session round count not incremented in Go mode (#17295)
This commit is contained in:
@@ -1622,6 +1622,7 @@ func (s *AgentService) persistAgentRunSession(
|
||||
if state != nil {
|
||||
session.DSL = buildPersistedAgentDSL(runDSL, state)
|
||||
}
|
||||
session.Round++
|
||||
return s.api4ConversationDAO.Update(ctx, dao.DB, session)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user