Add files via upload

This commit is contained in:
公明
2026-05-27 11:45:51 +08:00
committed by GitHub
parent 6bb3a73f73
commit d913695303
7 changed files with 408 additions and 31 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func (h *AgentHandler) projectBlackboardBlock(conversationID string) string {
if err != nil || projectID == "" {
return ""
}
block, err := project.BuildFactIndexBlock(h.db, projectID, h.config.Project)
block, err := project.BuildProjectBlackboardBlock(h.db, projectID, h.config.Project)
if err != nil {
h.logger.Warn("构建项目黑板索引失败", zap.String("conversationId", conversationID), zap.Error(err))
return ""