We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb0762 commit e2caf09Copy full SHA for e2caf09
src/agentlab/agents/hint_use_agent/generic_agent.py
@@ -39,7 +39,7 @@ class GenericAgentArgs(AgentArgs):
39
40
def __post_init__(self):
41
try: # some attributes might be temporarily args.CrossProd for hyperparameter generation
42
- #TODO: Rename the agent to HintUseAgent when appropriate
+ # TODO: Rename the agent to HintUseAgent when appropriate
43
self.agent_name = f"GenericAgent-hinter-{self.chat_model_args.model_name}".replace(
44
"/", "_"
45
)
0 commit comments