log_validation
Store validation results to monitor quality trends and detect failure patterns across agents over time.
Instructions
Store a validation result for trending and failure pattern analysis. Accumulates per-agent statistics over time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pass | Yes | Whether the output passed validation | |
| score | Yes | Quality score from 0-100 | |
| agent_id | Yes | Unique identifier for the agent whose output was validated | |
| output_hash | Yes | Hash or identifier for the specific output that was validated | |
| issues_count | Yes | Number of issues found |