Update scene.py

This commit is contained in:
liwang_zhang 2023-11-20 16:18:26 +08:00
parent 54efdc65a9
commit e4591b2efe
1 changed files with 2 additions and 0 deletions

View File

@ -281,6 +281,8 @@ class Scene:
g = eval("{'" + goal + "'}")
self.state['chat_list'].append(("Goal", g))
def new_set_goal(self,goal):
self.state['chat_list'].append(("Goal",goal))
@property
def status(self):