Imporve /open command: detetive target before open.

This commit is contained in:
Liu Zhicong
2023-10-03 18:52:10 -07:00
parent a92b3f15dc
commit 4f43c4abed
5 changed files with 25 additions and 7 deletions
-5
View File
@@ -39,11 +39,6 @@ class CalenderEnvironment(Environment):
self.add_ai_function(SimpleAIFunction("get_time",
"get current time",
self._get_now))
#self.add_ai_function(SimpleAIFunction("serach_events",
# "search events in calender",
# self._search_events))
get_param = {
"start_time": "start time (UTC) of event",
"end_time": "end time (UTC) of event"