This commit is contained in:
ziming 2023-09-27 20:16:03 +08:00
parent 9809909916
commit 8507a821bb
4 changed files with 1 additions and 4 deletions

View file

@ -57,7 +57,7 @@ async def generate_insights_and_evidence(agent: Agent, memories_list: list[Memor
"""
生成洞察和证据函数根据问题生成洞察和证据
"""
await agent_retrieve(agent, question, 20, 10)
memories_list = await agent_retrieve(agent, question, 50, 10)
statements = ""
for count, mem in enumerate(memories_list):
statements += f'{str(count)}. {mem.description}\n'

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Desc : base class of planning