Skip to content

Commit e871443

Browse files
committed
fix flake8
1 parent e9ae785 commit e871443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentic_security/probe_actor/fuzzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async def generate_prompts(
4949
yield prompt
5050

5151

52-
def multi_modality_spec(llm_spec):
52+
def get_modality_adapter(llm_spec):
5353
"""
5454
Returns the appropriate request adapter based on the modality of the LLM specification.
5555

0 commit comments

Comments
 (0)