This commit is contained in:
Alexander Myasoedov
2025-03-10 13:25:17 +02:00
parent 1226e2059d
commit 91c99e642f
2 changed files with 10 additions and 7 deletions
@@ -121,7 +121,8 @@ class CloudRLPromptSelector(PromptSelectionInterface):
current_prompt: str,
reward: float,
passed_guard: bool,
) -> None: ...
) -> None:
...
class QLearningPromptSelector(PromptSelectionInterface):