get_entities
Extract real-world business entities, such as customers or transactions, linked to specified metrics for analysis like churn or revenue modeling.
Instructions
Entities are real-world concepts in a business such as customers, transactions, and ad campaigns. Analysis is often focused around specific entities, such as customer churn or annual recurring revenue modeling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
metrics | Yes |
Input Schema (JSON Schema)
{
"properties": {
"metrics": {
"items": {
"type": "string"
},
"title": "Metrics",
"type": "array"
}
},
"required": [
"metrics"
],
"title": "get_entitiesArguments",
"type": "object"
}