get_performance_stats
Analyze and compare performance statistics between Chain of Draft (CoD) and Chain of Thought (CoT) approaches, filtering by specific domains to evaluate reasoning efficiency and accuracy.
Instructions
Get performance statistics for CoD vs CoT approaches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No | Filter for specific domain |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"description": "Filter for specific domain",
"type": "string"
}
},
"type": "object"
}