Skip to content

Commit

Permalink
fix bad ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Sep 9, 2024
1 parent ec975ff commit 7eb0632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agixt/Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def get_commands_string(self):
command_friendly_name = command["friendly_name"]
command_description = command["description"]
verbose_commands += f"\n#### {command_friendly_name}\nDescription: {command_description}\nCommand execution format:"
command_args = json.dumps(command["args"])
command_args = json.dumps(command["command_args"])
command_args = command_args.replace(
'""',
'"The assistant will fill in the value based on relevance to the conversation."',
Expand Down
2 changes: 1 addition & 1 deletion agixt/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.11
v1.6.12

0 comments on commit 7eb0632

Please sign in to comment.