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 e2caf09 commit 1e56d49Copy full SHA for 1e56d49
src/agentlab/agents/hint_use_agent/generic_agent.py
@@ -93,7 +93,8 @@ def __init__(
93
self.max_retry = max_retry
94
95
self.flags = flags
96
- if self.flags.hint_db_path is not None:
+
97
+ if self.flags.hint_db_path is not None and self.flags.use_task_hint:
98
assert os.path.exists(
99
self.flags.hint_db_path
100
), f"Hint database path {self.flags.hint_db_path} does not exist."
0 commit comments