nemoguardrails.library.trend_micro.actions
nemoguardrails.library.trend_micro.actions
Module Contents
Classes
Functions
Data
API
Bases: BaseModel
Represents a guard entity with a single string attribute.
prompt
Bases: BaseModel
Represents the result of a guard analysis, specifying the action to take and the reason.
action
blocked
reason
Retrieves the TrendMicroRailConfig from the provided RailsConfig object.
Parameters:
config
The Rails configuration object containing possible
Returns: TrendMicroRailConfig
The Trend Micro configuration, either from the provided
async
Custom action to invoke the Trend Micro AI Guard API.
Convert Trend Micro result to boolean for flow logic.