mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-02 01:55:30 +02:00
fix(pc):
This commit is contained in:
@@ -121,7 +121,8 @@ class CloudRLPromptSelector(PromptSelectionInterface):
|
||||
current_prompt: str,
|
||||
reward: float,
|
||||
passed_guard: bool,
|
||||
) -> None: ...
|
||||
) -> None:
|
||||
...
|
||||
|
||||
|
||||
class QLearningPromptSelector(PromptSelectionInterface):
|
||||
|
||||
Reference in New Issue
Block a user