Skip to content

Commit

Permalink
fix: update agent name as property
Browse files Browse the repository at this point in the history
  • Loading branch information
maffettone committed Apr 10, 2024
1 parent 9ed8c5c commit 7fcd880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdf_agents/gsas.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def inst_param_path(self, inst_param_path):
self._inst_param_path = inst_param_path
self.close_and_restart()

@property
def name(self):
return "GSAS-Refinement-Agent"

Expand Down

0 comments on commit 7fcd880

Please sign in to comment.