Skip to content

Commit c41d817

Browse files
add bug indicator in _get_queries method of generic_agent.py
1 parent 8f8b1f7 commit c41d817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agentlab/agents/generic_agent_hinter/generic_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def _get_queries(self):
208208
)
209209

210210
chat_messages = Discussion([system_prompt, query_prompt.prompt])
211+
# BUG: Parsing fails multiple times.
211212
ans_dict = retry(
212213
self.chat_llm,
213214
chat_messages,

0 commit comments

Comments
 (0)