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 e124fea commit bea6cffCopy full SHA for bea6cff
src/agentlab/llm/llm_utils.py
@@ -119,7 +119,7 @@ def retry_multiple(
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".
+ list[dict]: the parsed value, with a string at key "action".
123
124
Raises:
125
ParseError: if the parser could not parse the response after n_retry retries.
0 commit comments