classify_decision
Classify AI agent decisions using the MAI Framework to identify whether they require mandatory, advisory, or informational gates, with confidence and rationale.
Instructions
Classify an AI agent decision using the MAI Framework (Mandatory/Advisory/Informational). Returns classification level, confidence score, gate requirements, and rationale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision | Yes | Description of the decision to classify | |
| domain | Yes | Domain context | |
| agent_name | No | Name of the agent making the decision | |
| is_client_facing | No | Whether output is client-facing | |
| has_financial_impact | No | Whether action has financial impact | |
| has_legal_impact | No | Whether action involves legal assertions |