mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-17 15:35:21 +02:00
update UT of summarize_conv action
This commit is contained in:
parent
385f049fa3
commit
5b9bdfd743
1 changed files with 1 additions and 7 deletions
|
|
@ -2,13 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# @Desc : unittest of actions/summarize_conv
|
||||
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.abspath(os.path.dirname(__file__) + "./../../../"))
|
||||
|
||||
from metagpt.logs import logger
|
||||
|
||||
from st_game.actions.summarize_conv import SummarizeConv
|
||||
from examples.st_game.actions.summarize_conv import SummarizeConv
|
||||
|
||||
|
||||
def test_summarize_conv():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue