Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.17 KB

File metadata and controls

15 lines (12 loc) · 4.17 KB

PerAgentInsight

Fields

Field Type Required Description Example
agent_id Optional[str] Agent ID
agent_name Optional[str] Agent name
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
user_count Optional[int] Total number of users for this agent over the specified time period.
run_count Optional[int] Total number of runs for this agent over the specified time period.
upvote_count Optional[int] Total number of upvotes for this agent over the specified time period.
downvote_count Optional[int] Total number of downvotes for this agent over the specified time period.