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 e9ae785 commit e871443Copy full SHA for e871443
agentic_security/probe_actor/fuzzer.py
@@ -49,7 +49,7 @@ async def generate_prompts(
49
yield prompt
50
51
52
-def multi_modality_spec(llm_spec):
+def get_modality_adapter(llm_spec):
53
"""
54
Returns the appropriate request adapter based on the modality of the LLM specification.
55
0 commit comments