I'm inferring from the Config section that you can name the values of input-guards or output-guards anything, as long as those same values occur later in the TOML file with a valid list of methods (i.e. you don't have to name them prompt-injection, output-toxicity, etc.). But it would be good to make this explicit. Or, if that's not the case and there is a set list of valid values for input-guards or output-guards, we should state what those lists are.
I'm inferring from the Config section that you can name the values of
input-guards
oroutput-guards
anything, as long as those same values occur later in the TOML file with a valid list ofmethods
(i.e. you don't have to name themprompt-injection
,output-toxicity
, etc.). But it would be good to make this explicit. Or, if that's not the case and there is a set list of valid values forinput-guards
oroutput-guards
, we should state what those lists are.