Skip to content

Commit

Permalink
define command_args
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 9, 2024
1 parent 8455c44 commit 42fdc43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agixt/Interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,8 @@ async def execution_agent(self, conversation_name):
)
except:
command_args = {}
else:
command_args = {}
if "command_args" in command_args:
command_args = command_args["command_args"]
logging.info(f"Command to execute: {command_name}")
Expand Down

0 comments on commit 42fdc43

Please sign in to comment.