tessl install tessl/pypi-cloudinary@1.44.0Python and Django SDK for Cloudinary, a cloud-based image and video management service with comprehensive transformation, optimization, and delivery capabilities
Agent Success
Agent success rate when using this tile
94%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.08x
Baseline
Agent success rate without this tile
87%
{
"context": "This criteria evaluates how well the engineer uses the Cloudinary Admin API's structured metadata functionality to create, manage, and delete custom metadata fields with various types and datasources.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Metadata field creation",
"description": "Uses cloudinary.api.add_metadata_field() to create metadata fields for string, enum, and set types with appropriate parameters (external_id, label, type)",
"max_score": 25
},
{
"name": "Datasource management",
"description": "Uses cloudinary.api.add_metadata_field() with datasource parameter containing properly structured values (with 'external_id' and 'value' keys) for enum and set fields",
"max_score": 25
},
{
"name": "Field updates",
"description": "Uses cloudinary.api.update_metadata_field() with the field_external_id parameter to modify existing metadata fields",
"max_score": 15
},
{
"name": "Field retrieval",
"description": "Uses cloudinary.api.metadata_field_by_field_id() to retrieve specific metadata field details by external ID",
"max_score": 10
},
{
"name": "List all fields",
"description": "Uses cloudinary.api.list_metadata_fields() to retrieve all configured metadata fields",
"max_score": 10
},
{
"name": "Field deletion",
"description": "Uses cloudinary.api.delete_metadata_field() with field_external_id parameter to remove metadata fields",
"max_score": 15
}
]
}