Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwaterdev committed Jul 7, 2024
1 parent bf8fb69 commit 434eefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lidya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def listen_and_repeat(last_communication):
plugin_result = pm.process_actions(llm_result["actions"])
else:
plugin_result = None
print('[x] The LLM forgot to provide any actions. Skiped.')

if plugin_result:
print('[!] Plugin usage detected... ')
Expand Down

0 comments on commit 434eefc

Please sign in to comment.