diff --git a/agentic_security/probe_actor/fuzzer.py b/agentic_security/probe_actor/fuzzer.py index 889d7e6..f902a0c 100644 --- a/agentic_security/probe_actor/fuzzer.py +++ b/agentic_security/probe_actor/fuzzer.py @@ -49,7 +49,7 @@ async def generate_prompts( yield prompt -def multi_modality_spec(llm_spec): +def get_modality_adapter(llm_spec): """ Returns the appropriate request adapter based on the modality of the LLM specification.