Skip to content

Commit 0e68bca

Browse files
committed
remove commented old chunk
1 parent 5604ac3 commit 0e68bca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/agentlab/agents/generic_agent_hinter/generic_agent_prompt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,6 @@ def get_hints_for_task(self, task_name: str) -> str:
378378
return ""
379379

380380
try:
381-
# task_hints = self.hint_db[
382-
# self.hint_db["task_name"].apply(lambda x: fnmatch.fnmatch(x, task_name))
383-
# ]
384381
task_hints = self.hints_source.choose_hints(self.llm, task_name, self.goal)
385382

386383
hints = []

0 commit comments

Comments
 (0)