Skip to content

Commit 9ab98d8

Browse files
committed
darglint
1 parent a300d71 commit 9ab98d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agentlab/llm/llm_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def retry_multiple(
116116
parser (callable): a function taking a message and retruning a parsed value,
117117
or raising a ParseError
118118
log (bool): whether to log the retry messages.
119+
num_samples (int): the number of samples to generate from the model.
119120
120121
Returns:
121122
dict: the parsed value, with a string at key "action".

0 commit comments

Comments
 (0)