Labels retrieval and untrusted content as trusted or untrusted for agent consumption.
Usage
python
1from setfit import SetFitModel
23model = SetFitModel.from_pretrained("alirezaaminzadeh/agentshield-content-trust-classifier")4print(model.predict(["Standard support ticket with no suspicious content"]))# [0]