Merge branch 'geekan:ga_game' into ga_game

This commit is contained in:
爱吃屁的小张 2023-10-03 22:58:52 +08:00 committed by GitHub
commit a82a95ae32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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():