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
agentId Optional<String> Agent ID
agentName Optional<String> Agent name
icon Optional<IconConfig> Defines how to render an icon {
"color": "#343CED",
"key": "person_icon",
"iconType": "GLYPH",
"name": "user"
}
isDeleted Optional<Boolean> Indicates whether the agent has been deleted
userCount Optional<Long> Total number of users for this agent over the specified time period.
runCount Optional<Long> Total number of runs for this agent over the specified time period.
upvoteCount Optional<Long> Total number of upvotes for this agent over the specified time period.
downvoteCount Optional<Long> Total number of downvotes for this agent over the specified time period.