| Field | Type | Required | Description | Example |
|---|---|---|---|---|
department |
Optional[str] | ➖ | Name of the department | |
agent_adoption_rate |
Optional[float] | ➖ | Percentage of employees in the department who have used agents at least once over the specified time period. | |
user_count |
Optional[int] | ➖ | Total number of users in this department who have used any agent over the specified time period. | |
run_count |
Optional[int] | ➖ | Total number of runs in this department over the specified time period. | |
agent_id |
Optional[str] | ➖ | ID of the agent to be shown in the agent column in this department over the specified time period. | |
agent_name |
Optional[str] | ➖ | Name of the agent to be shown in the agent column in this department over the specified time period. | |
icon |
Optional[models.IconConfig] | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
is_deleted |
Optional[bool] | ➖ | Indicates whether the agent has been deleted |