mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-19 21:38:18 +08:00
minor change
This commit is contained in:
@@ -81,7 +81,7 @@ class Tool(Plugin):
|
|||||||
# chatgpt-tool-hub will reply you with many tools
|
# chatgpt-tool-hub will reply you with many tools
|
||||||
logger.debug("[tool]: just-go")
|
logger.debug("[tool]: just-go")
|
||||||
try:
|
try:
|
||||||
_reply = self.app.ask(content_list[1], user_session)
|
_reply = self.app.ask(query, user_session)
|
||||||
e_context.action = EventAction.BREAK_PASS
|
e_context.action = EventAction.BREAK_PASS
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
logger.exception(e)
|
logger.exception(e)
|
||||||
|
|||||||
Reference in New Issue
Block a user