tessl install tessl/pypi-airbyte-source-hubspot@6.44.0Airbyte source connector for HubSpot that enables data synchronization from HubSpot's CRM and marketing platform to various destinations.
Agent Success
Agent success rate when using this tile
80%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.4x
Baseline
Agent success rate without this tile
57%
{
"context": "This criteria evaluates how effectively an engineer leverages the sampleproject package to implement a batch number processor. The focus is on proper usage of the add_one() function from sample.simple module to increment numeric values.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Imports add_one correctly",
"description": "The solution imports the add_one function from the sample.simple module using the correct import statement (e.g., 'from sample.simple import add_one')",
"max_score": 30
},
{
"name": "Uses add_one for increment",
"description": "The solution uses the add_one() function to increment each number in the list, rather than implementing manual increment logic (e.g., number + 1)",
"max_score": 40
},
{
"name": "Iterates over list",
"description": "The solution properly iterates over the input list and applies add_one to each element, collecting results in a new list",
"max_score": 20
},
{
"name": "Returns correct type",
"description": "The solution returns a list containing the incremented values, maintaining the list data structure as specified",
"max_score": 10
}
]
}