output_consistency_score
Calculate overall consistency score for agent output by analyzing internal logic, format consistency, and reliability indicators to provide a comprehensive reliability assessment.
Instructions
Calculate overall consistency score for agent output including internal logic, format consistency, and reliability indicators. Returns comprehensive reliability assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | Complete output from an agent (text, data, or structured response) | |
| context | No | Context or prompt that generated this output | |
| source_agent | No | Agent identifier for tracking reliability over time | |
| expected_format | No | Expected structure/format of the output | |
| historical_outputs | No | Previous outputs from same agent for pattern analysis |