Skip to content

Commit 5eb0762

Browse files
Add todo rename agent name
1 parent 02da2db commit 5eb0762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agentlab/agents/hint_use_agent/generic_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class GenericAgentArgs(AgentArgs):
3939

4040
def __post_init__(self):
4141
try: # some attributes might be temporarily args.CrossProd for hyperparameter generation
42+
#TODO: Rename the agent to HintUseAgent when appropriate
4243
self.agent_name = f"GenericAgent-hinter-{self.chat_model_args.model_name}".replace(
4344
"/", "_"
4445
)

0 commit comments

Comments
 (0)