Skip to content

Commit 54356e5

Browse files
committed
black
1 parent a557699 commit 54356e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/llm/llm_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def retry_multiple(
132132
answer_list = [answer_list]
133133

134134
# TODO taking the 1st hides the other generated answers in AgentXRay
135-
messages.append(answer_list[0])
135+
messages.append(answer_list[0])
136136
parsed_answers = []
137137
errors = []
138138
for answer in answer_list:

0 commit comments

Comments
 (0)