mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-09 07:16:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59211191a4 | ||
|
|
a3ca7e82c7 |
@@ -118,10 +118,9 @@ class ToolManager:
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
return f"error occurred when executing function {name}: {e}"
|
return f"error occurred when executing function {name}: {e}"
|
||||||
finally:
|
finally:
|
||||||
|
|
||||||
plugin = None
|
plugin = None
|
||||||
|
|
||||||
for p in self.ap.plugin_mgr.plugins:
|
for p in self.ap.plugin_mgr.plugins():
|
||||||
if function in p.content_functions:
|
if function in p.content_functions:
|
||||||
plugin = p
|
plugin = p
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
semantic_version = "v3.4.0.1"
|
semantic_version = "v3.4.0.2"
|
||||||
|
|
||||||
debug_mode = False
|
debug_mode = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user