goldfishh пре 1 година
родитељ
комит
0597ba20d2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      plugins/tool/tool.py

+ 1
- 1
plugins/tool/tool.py Прегледај датотеку

@@ -81,7 +81,7 @@ class Tool(Plugin):
# chatgpt-tool-hub will reply you with many tools
logger.debug("[tool]: just-go")
try:
_reply = self.app.ask(content_list[1], user_session)
_reply = self.app.ask(query, user_session)
e_context.action = EventAction.BREAK_PASS
except ValueError as e:
logger.exception(e)


Loading…
Откажи
Сачувај