mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 02:46:24 +02:00
use WerewolfEnv
This commit is contained in:
parent
05b0f5782b
commit
f54bb159b5
9 changed files with 67 additions and 200 deletions
|
|
@ -122,7 +122,6 @@ class TestActualRetrieve:
|
|||
action = RetrieveExperiences(collection_name=self.collection_name)
|
||||
all_experiences = action.collection.get()
|
||||
logger.info(f"{len(all_experiences['metadatas'])=}")
|
||||
print(*["metadatas"][-5:], sep="\n")
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_retrieve_werewolf_experience(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue