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 a300d71 commit 9ab98d8Copy full SHA for 9ab98d8
src/agentlab/llm/llm_utils.py
@@ -116,6 +116,7 @@ def retry_multiple(
116
parser (callable): a function taking a message and retruning a parsed value,
117
or raising a ParseError
118
log (bool): whether to log the retry messages.
119
+ num_samples (int): the number of samples to generate from the model.
120
121
Returns:
122
dict: the parsed value, with a string at key "action".
0 commit comments