Flx/develop config (#77)

* 修改BUG,读取接口的end_user_id获取不准确修复,statements检索内容为空需要给空列表

* 反思的默认部分检索替换为partial

* 反思的默认部分检索替换为partial

* 反思的默认部分检索替换为partial
This commit is contained in:
lixinyue11
2026-01-12 18:46:07 +08:00
committed by GitHub
parent 5b05009123
commit 17318d8205
5 changed files with 10 additions and 10 deletions

View File

@@ -529,7 +529,6 @@ class MemoryAgentService:
workflow_duration = time.time() - start
logger.info(f"Read graph workflow completed in {workflow_duration}s")
# Extract final answer
final_answer = ""
for messages in outputs: