Skip to content

Commit

Permalink
fix id ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Oct 21, 2024
1 parent 88dfe50 commit ba108eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agixt/Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def update_agent_config(self, new_config, config_key):
agent_command.state = enabled
else:
agent_command = AgentCommand(
agent_id=agent.id,
agent_id=self.agent_id,
command_id=command.id,
state=enabled,
)
Expand Down

0 comments on commit ba108eb

Please sign in to comment.