mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
ok
This commit is contained in:
parent
9809909916
commit
8507a821bb
4 changed files with 1 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
# @Desc : base class of planning
|
||||
Loading…
Add table
Add a link
Reference in a new issue