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 6bc96be commit d7d2ad8Copy full SHA for d7d2ad8
mellea/stdlib/sampling.py
@@ -48,6 +48,7 @@ def __init__(
48
self.success = success
49
self.sample_generations = sample_generations
50
self.sample_validations = sample_validations
51
+ self.sample_actions = sample_actions
52
53
54
class SamplingStrategy(abc.ABC):
0 commit comments