InjectionSensitivity

org.llm4s.agent.guardrails.builtin.InjectionSensitivity
See theInjectionSensitivity companion object
sealed trait InjectionSensitivity

Sensitivity levels for injection detection.

Higher sensitivity catches more attacks but may have more false positives.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object High
object Low
object Medium

Members list

Value members

Abstract methods

def name: String
def threshold: Int