Skip to content

Commit bea6cff

Browse files
committed
darglint
1 parent e124fea commit bea6cff

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
@@ -119,7 +119,7 @@ def retry_multiple(
119119
num_samples (int): the number of samples to generate from the model.
120120
121121
Returns:
122-
dict: the parsed value, with a string at key "action".
122+
list[dict]: the parsed value, with a string at key "action".
123123
124124
Raises:
125125
ParseError: if the parser could not parse the response after n_retry retries.

0 commit comments

Comments
 (0)