hemanthsai-d/AI Decision Platform — Customer Support Triage

AI decision engine for customer support triage with confidence scoring, PII redaction, and policy gates.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
issue_textCustomer support message to triageyes
customer_tierCustomer tier (basic, premium, enterprise)nobasic
channelSupport channel (chat, email, phone, web)nochat
confidence_thresholdMinimum confidence to auto-respond (0.0–1.0)no0.6
pii_redactionEnable PII redaction (true/false)notrue
injection_detectionEnable prompt injection detection (true/false)notrue
embedding_backendEmbedding backend (sentence-transformer, none)nosentence-transformer
model_backendLLM backend (ollama, none). Set to none for classification-only mode.nonone
output_formatOutput format (json, summary)nojson
namedescription
decisionTriage decision: auto_respond, abstain, or escalate
intentClassified intent category (one of 30 categories)
confidenceFinal confidence score (0.0–1.0)
confidence_signalsJSON object with individual signal scores
pii_detectedWhether PII was detected and redacted (true/false)
injection_detectedWhether prompt injection was detected (true/false)
policy_overridePolicy override applied, if any (null or override reason)
result_jsonFull JSON result object